Html Css Color HEX #CC81DB Orchid

📋 copy color: '#CC81DB'

red 204 ◦ green 129 ◦ blue 219

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

Shades of Orchid #CC81DB

Tints of Orchid #CC81DB

RGB

 RED value IS 204 (80.08% from 255) = 36.96%

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

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

R = 36.96%
G = 23.37%
B = 39.67%

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

#CC81DB (or 0xCC81DB) is known color: Orchid. HEX triplet: CC, 81 and DB. RGB value is (204,129,219). Sum of RGB (Red+Green+Blue) = 204+129+219=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81DB is #337E24. Grayscale: #A1A1A1. Windows color (decimal): -3374629 or 14385612. OLE color: 14385612.

HSL color Cylindrical-coordinate representation of color #CC81DB: hue angle of 290º 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 #CC81DB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 129 219 -
CMYK 0.07 0.41 0 0.14
HSL 290º 0.56% 0.68% -
HSV(B) 290º 0.41% 0.86% -
XYZ 45.54 33.65 71.11 -
YUV 161.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 204 129 219 0.07 0.41 0 0.14 290 0.56 0.68
Hex CC 81 DB 7 29 0 E 122 38 44
Octal 314 201 333 7 51 0 16 442 70 104
Binary 11001100 10000001 11011011 111 101001 0 1110 100100010 111000 1000100

Color Harmonies of #CC81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC81DB

Black with #CC81DB

Text Example


Text Example

White with #CC81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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