#CC8ABD

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

Shades of Lily #CC8ABD

Tints of Lily #CC8ABD

Color information

#CC8ABD (or 0xCC8ABD) is unknown color: approx Lily. HEX triplet: CC, 8A and BD. RGB value is (204,138,189). Sum of RGB (Red+Green+Blue) = 204+138+189=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ABD is #337542. Grayscale: #A3A3A3. Windows color (decimal): -3372355 or 12421836. OLE color: 12421836.

HSL color Cylindrical-coordinate representation of color #CC8ABD: hue angle of 313.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8ABD is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204138189-
CMYK00.320.070.2
HSL313.64º39.29%67.06%-
HSV(B)313.64º32.35%80%-
XYZ43.1834.6952.56-
YUV163.55142.37156.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=38.42%
G=25.99%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413818900.320.070.2313.6439.2967.06
HexCC8ABD02071413a2743
Octal31421227504072447247103
Binary1100110010001010101111010100000111101001001110101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8ABD; }

 p { color: rgb(204,138,189); }

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

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

 a { background-color: rgb(204,138,189); }

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

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

 span { border-color: rgb(204,138,189); }

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