Html Css Color HEX #CC81AF Lily

📋 copy color: '#CC81AF'

red 204 ◦ green 129 ◦ blue 175

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

Shades of Lily #CC81AF

Tints of Lily #CC81AF

RGB

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

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

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

R = 40.16%
G = 25.39%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC81AF (or 0xCC81AF) is known color: Lily. HEX triplet: CC, 81 and AF. RGB value is (204,129,175). Sum of RGB (Red+Green+Blue) = 204+129+175=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC81AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC81AF is #337E50. Grayscale: #9C9C9C. Windows color (decimal): -3374673 or 11502028. OLE color: 11502028.

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

Color convert

RGB 204 129 175 -
CMYK 0 0.37 0.14 0.2
HSL 323.2º 0.42% 0.65% -
HSV(B) 323.2º 0.37% 0.8% -
XYZ 40.49 31.63 44.53 -
YUV 156.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 204 129 175 0 0.37 0.14 0.2 323.2 0.42 0.65
Hex CC 81 AF 0 25 E 14 143 2A 41
Octal 314 201 257 0 45 16 24 503 52 101
Binary 11001100 10000001 10101111 0 100101 1110 10100 101000011 101010 1000001

Color Harmonies of #CC81AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC81AF

Black with #CC81AF

Text Example


Text Example

White with #CC81AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC81AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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