Html Css Color HEX #CB30D7 Medium Orchid

📋 copy color: '#CB30D7'

red 203 ◦ green 48 ◦ blue 215

#CB30D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CB30D7

Tints of Medium Orchid #CB30D7

RGB

 RED value IS 203 (79.69% from 255) = 43.56%

 GREEN value IS 48 (19.14% from 255) = 10.3%

 BLUE value IS 215 (84.38% from 255) = 46.14%

R = 43.56%
G = 10.3%
B = 46.14%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB30D7 (or 0xCB30D7) is known color: Medium Orchid. HEX triplet: CB, 30 and D7. RGB value is (203,48,215). Sum of RGB (Red+Green+Blue) = 203+48+215=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB30D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30D7 is #34CF28. Grayscale: #707070. Windows color (decimal): -3460905 or 14102731. OLE color: 14102731.

HSL color Cylindrical-coordinate representation of color #CB30D7: hue angle of 295.69º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB30D7 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 48 215 -
CMYK 0.06 0.78 0 0.16
HSL 295.69º 0.68% 0.52% -
HSV(B) 295.69º 0.78% 0.84% -
XYZ 37.95 19.72 66.1 -
YUV 113.38 185.35 191.92 -
System Red Green Blue C M Y K H S L
Decimal 203 48 215 0.06 0.78 0 0.16 295.69 0.68 0.52
Hex CB 30 D7 6 4E 0 10 128 44 34
Octal 313 60 327 6 116 0 20 450 104 64
Binary 11001011 110000 11010111 110 1001110 0 10000 100101000 1000100 110100

Color Harmonies of #CB30D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30D7

Black with #CB30D7

Text Example


Text Example

White with #CB30D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30D7; }

 p { color: rgb(203,48,215); }

 H1.HeaderClassName
 {
   color: #CB30D7;
 }
 .AnyTagClassName
 {
   color: #CB30D7;
 }
</style>

background-color css

<style>
 a { background-color: #CB30D7; }

 a { background-color: rgb(203,48,215); }

 div.DivClassName
 {
   background-color: #CB30D7;
 }
 .BgClassName
 {
   background-color: #CB30D7;
 }
</style>

border-color css

<style>
 span { border-color: #CB30D7; }

 span { border-color: rgb(203,48,215); }

 td.TdClassName
 {
   border-color: #CB30D7;
 }
 .TagClassName
 {
   border-color: #CB30D7;
 }
</style>