Html Css Color HEX #CB81DB Orchid

📋 copy color: '#CB81DB'

red 203 ◦ green 129 ◦ blue 219

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

Shades of Orchid #CB81DB

Tints of Orchid #CB81DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.41%

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

R = 36.84%
G = 23.41%
B = 39.75%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB81DB (or 0xCB81DB) is known color: Orchid. HEX triplet: CB, 81 and DB. RGB value is (203,129,219). Sum of RGB (Red+Green+Blue) = 203+129+219=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81DB is #347E24. Grayscale: #A1A1A1. Windows color (decimal): -3440165 or 14385611. OLE color: 14385611.

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

Color convert

RGB 203 129 219 -
CMYK 0.07 0.41 0 0.14
HSL 289.33º 0.56% 0.68% -
HSV(B) 289.33º 0.41% 0.86% -
XYZ 45.27 33.51 71.1 -
YUV 161.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 203 129 219 0.07 0.41 0 0.14 289.33 0.56 0.68
Hex CB 81 DB 7 29 0 E 121 38 44
Octal 313 201 333 7 51 0 16 441 70 104
Binary 11001011 10000001 11011011 111 101001 0 1110 100100001 111000 1000100

Color Harmonies of #CB81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB81DB

Black with #CB81DB

Text Example


Text Example

White with #CB81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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