#CD7AB4

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

Shades of Lily #CD7AB4

Tints of Lily #CD7AB4

Color information

#CD7AB4 (or 0xCD7AB4) is unknown color: approx Lily. HEX triplet: CD, 7A and B4. RGB value is (205,122,180). Sum of RGB (Red+Green+Blue) = 205+122+180=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7AB4 is #32854B. Grayscale: #999999. Windows color (decimal): -3310924 or 11827917. OLE color: 11827917.

HSL color Cylindrical-coordinate representation of color #CD7AB4: hue angle of 318.07º 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 #CD7AB4 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205122180-
CMYK00.400.120.20
HSL318.07º45.36%64.12%-
HSV(B)318.07º40.49%80.39%-
XYZ40.3730.1946.88-
YUV153.43143164.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 122 (48.05% from 255) = 24.06%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=40.43%
G=24.06%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512218000.400.120.20318.0745.3664.12
HexCD7AB4028C1413e2d40
Octal315172264050142447655100
Binary1100110111110101011010001010001100101001001111101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7AB4; }

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

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

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

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

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

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

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

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