#CD7AB1

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

Shades of Lily #CD7AB1

Tints of Lily #CD7AB1

Color information

#CD7AB1 (or 0xCD7AB1) is unknown color: approx Lily. HEX triplet: CD, 7A and B1. RGB value is (205,122,177). Sum of RGB (Red+Green+Blue) = 205+122+177=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7AB1 is #32854E. Grayscale: #989898. Windows color (decimal): -3310927 or 11631309. OLE color: 11631309.

HSL color Cylindrical-coordinate representation of color #CD7AB1: hue angle of 320.24º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7AB1 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB205122177-
CMYK00.400.140.20
HSL320.24º45.36%64.12%-
HSV(B)320.24º40.49%80.39%-
XYZ40.0730.0745.29-
YUV153.09141.5165.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 177 (69.53% from 255) = 35.12%
R=40.67%
G=24.21%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512217700.400.140.20320.2445.3664.12
HexCD7AB1028E141402d40
Octal315172261050162450055100
Binary1100110111110101011000101010001110101001010000001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7AB1; }

 p { color: rgb(205,122,177); }

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

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

 a { background-color: rgb(205,122,177); }

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

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

 span { border-color: rgb(205,122,177); }

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