Html Css Color HEX #CC8DAF Lily

📋 copy color: '#CC8DAF'

red 204 ◦ green 141 ◦ blue 175

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

Shades of Lily #CC8DAF

Tints of Lily #CC8DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.12%

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 39.23%
G = 27.12%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC8DAF (or 0xCC8DAF) is known color: Lily. HEX triplet: CC, 8D and AF. RGB value is (204,141,175). Sum of RGB (Red+Green+Blue) = 204+141+175=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8DAF is #337250. Grayscale: #A3A3A3. Windows color (decimal): -3371601 or 11505100. OLE color: 11505100.

HSL color Cylindrical-coordinate representation of color #CC8DAF: hue angle of 327.62º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8DAF is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 141 175 -
CMYK 0 0.31 0.14 0.2
HSL 327.62º 0.38% 0.68% -
HSV(B) 327.62º 0.31% 0.8% -
XYZ 42.16 34.98 45.09 -
YUV 163.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 204 141 175 0 0.31 0.14 0.2 327.62 0.38 0.68
Hex CC 8D AF 0 1F E 14 148 26 44
Octal 314 215 257 0 37 16 24 510 46 104
Binary 11001100 10001101 10101111 0 11111 1110 10100 101001000 100110 1000100

Color Harmonies of #CC8DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8DAF

Black with #CC8DAF

Text Example


Text Example

White with #CC8DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8DAF; }

 p { color: rgb(204,141,175); }

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

background-color css

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

 a { background-color: rgb(204,141,175); }

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

border-color css

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

 span { border-color: rgb(204,141,175); }

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