#CD7AB3

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

Shades of Lily #CD7AB3

Tints of Lily #CD7AB3

Color information

#CD7AB3 (or 0xCD7AB3) is unknown color: approx Lily. HEX triplet: CD, 7A and B3. RGB value is (205,122,179). Sum of RGB (Red+Green+Blue) = 205+122+179=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7AB3 is #32854C. Grayscale: #999999. Windows color (decimal): -3310925 or 11762381. OLE color: 11762381.

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

Color convert

RGB205122179-
CMYK00.400.130.20
HSL318.8º45.36%64.12%-
HSV(B)318.8º40.49%80.39%-
XYZ40.2730.1546.35-
YUV153.32142.5164.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 179 (70.31% from 255) = 35.38%
R=40.51%
G=24.11%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512217900.400.130.20318.845.3664.12
HexCD7AB3028D1413f2d40
Octal315172263050152447755100
Binary1100110111110101011001101010001101101001001111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7AB3; }

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

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

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

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

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

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

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

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