#CC7FAC

Color #CC7FAC Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #CC7FAC

Tints of Lily #CC7FAC

Color information

#CC7FAC (or 0xCC7FAC) is unknown color: approx 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

RGB204127172-
CMYK00.380.160.2
HSL324.94º43.02%64.9%-
HSV(B)324.94º37.75%80%-
XYZ39.9430.9942.91-
YUV155.15137.51162.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412717200.380.160.2324.9443.0264.9
HexCC7FAC02610141452b41
Octal314177254046202450553101
Binary11001100111111110101100010011010000101001010001011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>