#CD7CB5

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

Shades of Lily #CD7CB5

Tints of Lily #CD7CB5

Color information

#CD7CB5 (or 0xCD7CB5) is unknown color: approx Lily. HEX triplet: CD, 7C and B5. RGB value is (205,124,181). Sum of RGB (Red+Green+Blue) = 205+124+181=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CB5 is #32834A. Grayscale: #9A9A9A. Windows color (decimal): -3310411 or 11893965. OLE color: 11893965.

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

Color convert

RGB205124181-
CMYK00.400.120.20
HSL317.78º44.75%64.51%-
HSV(B)317.78º39.51%80.39%-
XYZ40.7230.7347.5-
YUV154.72142.84163.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=40.20%
G=24.31%
B=35.49%

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
Decimal20512418100.400.120.20317.7844.7564.51
HexCD7CB5028C1413e2d41
Octal315174265050142447655101
Binary1100110111111001011010101010001100101001001111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CB5; }

 p { color: rgb(205,124,181); }

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

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

 a { background-color: rgb(205,124,181); }

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

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

 span { border-color: rgb(205,124,181); }

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