#CC7FAF

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

Shades of Lily #CC7FAF

Tints of Lily #CC7FAF

Color information

#CC7FAF (or 0xCC7FAF) is unknown color: approx Lily. HEX triplet: CC, 7F and AF. RGB value is (204,127,175). Sum of RGB (Red+Green+Blue) = 204+127+175=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FAF is #338050. Grayscale: #9B9B9B. Windows color (decimal): -3375185 or 11501516. OLE color: 11501516.

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

Color convert

RGB204127175-
CMYK00.380.140.2
HSL322.6º43.02%64.9%-
HSV(B)322.6º37.75%80%-
XYZ40.2331.1144.44-
YUV155.49139.01162.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=40.32%
G=25.10%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412717500.380.140.2322.643.0264.9
HexCC7FAF026E141432b41
Octal314177257046162450353101
Binary1100110011111111010111101001101110101001010000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FAF; }

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

 H1.HeaderClassName
 {
   color: #CC7FAF;
 }
 .AnyTagClassName
 {
   color: #CC7FAF;
 }
</style>
background-color css

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

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

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

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

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

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