Html Css Color HEX #CB72CE Orchid

📋 copy color: '#CB72CE'

red 203 ◦ green 114 ◦ blue 206

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

Shades of Orchid #CB72CE

Tints of Orchid #CB72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.8%

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 38.81%
G = 21.8%
B = 39.39%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB72CE (or 0xCB72CE) is known color: Orchid. HEX triplet: CB, 72 and CE. RGB value is (203,114,206). Sum of RGB (Red+Green+Blue) = 203+114+206=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72CE is #348D31. Grayscale: #969696. Windows color (decimal): -3444018 or 13529803. OLE color: 13529803.

HSL color Cylindrical-coordinate representation of color #CB72CE: hue angle of 298.04º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB72CE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 114 206 -
CMYK 0.01 0.45 0 0.19
HSL 298.04º 0.48% 0.63% -
HSV(B) 298.04º 0.45% 0.81% -
XYZ 41.79 29.19 61.82 -
YUV 151.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 203 114 206 0.01 0.45 0 0.19 298.04 0.48 0.63
Hex CB 72 CE 1 2D 0 13 12A 30 3F
Octal 313 162 316 1 55 0 23 452 60 77
Binary 11001011 1110010 11001110 1 101101 0 10011 100101010 110000 111111

Color Harmonies of #CB72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72CE

Black with #CB72CE

Text Example


Text Example

White with #CB72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72CE; }

 p { color: rgb(203,114,206); }

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

background-color css

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

 a { background-color: rgb(203,114,206); }

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

border-color css

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

 span { border-color: rgb(203,114,206); }

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