Html Css Color HEX #CB72DB Orchid

📋 copy color: '#CB72DB'

red 203 ◦ green 114 ◦ blue 219

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

Shades of Orchid #CB72DB

Tints of Orchid #CB72DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 37.87%
G = 21.27%
B = 40.86%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB72DB (or 0xCB72DB) is known color: Orchid. HEX triplet: CB, 72 and DB. RGB value is (203,114,219). Sum of RGB (Red+Green+Blue) = 203+114+219=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72DB is #348D24. Grayscale: #989898. Windows color (decimal): -3444005 or 14381771. OLE color: 14381771.

HSL color Cylindrical-coordinate representation of color #CB72DB: hue angle of 290.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB72DB is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 114 219 -
CMYK 0.07 0.48 0 0.14
HSL 290.86º 0.59% 0.65% -
HSV(B) 290.86º 0.48% 0.86% -
XYZ 43.43 29.85 70.49 -
YUV 152.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 203 114 219 0.07 0.48 0 0.14 290.86 0.59 0.65
Hex CB 72 DB 7 30 0 E 123 3B 41
Octal 313 162 333 7 60 0 16 443 73 101
Binary 11001011 1110010 11011011 111 110000 0 1110 100100011 111011 1000001

Color Harmonies of #CB72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72DB

Black with #CB72DB

Text Example


Text Example

White with #CB72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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