Html Css Color HEX #CC81BA Lily

📋 copy color: '#CC81BA'

red 204 ◦ green 129 ◦ blue 186

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

Shades of Lily #CC81BA

Tints of Lily #CC81BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 39.31%
G = 24.86%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC81BA (or 0xCC81BA) is known color: Lily. HEX triplet: CC, 81 and BA. RGB value is (204,129,186). Sum of RGB (Red+Green+Blue) = 204+129+186=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81BA is #337E45. Grayscale: #9D9D9D. Windows color (decimal): -3374662 or 12222924. OLE color: 12222924.

HSL color Cylindrical-coordinate representation of color #CC81BA: hue angle of 314.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC81BA is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 186 -
CMYK 0 0.37 0.09 0.2
HSL 314.4º 0.42% 0.65% -
HSV(B) 314.4º 0.37% 0.8% -
XYZ 41.62 32.08 50.45 -
YUV 157.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 204 129 186 0 0.37 0.09 0.2 314.4 0.42 0.65
Hex CC 81 BA 0 25 9 14 13A 2A 41
Octal 314 201 272 0 45 11 24 472 52 101
Binary 11001100 10000001 10111010 0 100101 1001 10100 100111010 101010 1000001

Color Harmonies of #CC81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC81BA

Black with #CC81BA

Text Example


Text Example

White with #CC81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC81BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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