Html Css Color HEX #CC80BB Lily

📋 copy color: '#CC80BB'

red 204 ◦ green 128 ◦ blue 187

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

Shades of Lily #CC80BB

Tints of Lily #CC80BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.66%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 39.31%
G = 24.66%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC80BB (or 0xCC80BB) is known color: Lily. HEX triplet: CC, 80 and BB. RGB value is (204,128,187). Sum of RGB (Red+Green+Blue) = 204+128+187=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80BB is #337F44. Grayscale: #9D9D9D. Windows color (decimal): -3374917 or 12288204. OLE color: 12288204.

HSL color Cylindrical-coordinate representation of color #CC80BB: hue angle of 313.42º degrees, saturation: 0.43, 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 #CC80BB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 187 -
CMYK 0 0.37 0.08 0.2
HSL 313.42º 0.43% 0.65% -
HSV(B) 313.42º 0.37% 0.8% -
XYZ 41.59 31.86 50.97 -
YUV 157.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 204 128 187 0 0.37 0.08 0.2 313.42 0.43 0.65
Hex CC 80 BB 0 25 8 14 139 2B 41
Octal 314 200 273 0 45 10 24 471 53 101
Binary 11001100 10000000 10111011 0 100101 1000 10100 100111001 101011 1000001

Color Harmonies of #CC80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80BB

Black with #CC80BB

Text Example


Text Example

White with #CC80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80BB; }

 p { color: rgb(204,128,187); }

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

background-color css

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

 a { background-color: rgb(204,128,187); }

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

border-color css

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

 span { border-color: rgb(204,128,187); }

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