Html Css Color HEX #CC7FAC Lily

📋 copy color: '#CC7FAC'

red 204 ◦ green 127 ◦ blue 172

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

Shades of Lily #CC7FAC

Tints of Lily #CC7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.25%

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 40.56%
G = 25.25%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC7FAC (or 0xCC7FAC) is known color: Lily. HEX triplet: CC, 7F and AC. RGB value is (204,127,172). Sum of RGB (Red+Green+Blue) = 204+127+172=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FAC is #338053. Grayscale: #9B9B9B. Windows color (decimal): -3375188 or 11304908. OLE color: 11304908.

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

Color convert

RGB 204 127 172 -
CMYK 0 0.38 0.16 0.2
HSL 324.94º 0.43% 0.65% -
HSV(B) 324.94º 0.38% 0.8% -
XYZ 39.94 30.99 42.91 -
YUV 155.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 204 127 172 0 0.38 0.16 0.2 324.94 0.43 0.65
Hex CC 7F AC 0 26 10 14 145 2B 41
Octal 314 177 254 0 46 20 24 505 53 101
Binary 11001100 1111111 10101100 0 100110 10000 10100 101000101 101011 1000001

Color Harmonies of #CC7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FAC

Black with #CC7FAC

Text Example


Text Example

White with #CC7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FAC; }

 p { color: rgb(204,127,172); }

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

background-color css

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

 a { background-color: rgb(204,127,172); }

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

border-color css

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

 span { border-color: rgb(204,127,172); }

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