#CD7BB6

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

Shades of Lily #CD7BB6

Tints of Lily #CD7BB6

Color information

#CD7BB6 (or 0xCD7BB6) is unknown color: approx Lily. HEX triplet: CD, 7B and B6. RGB value is (205,123,182). Sum of RGB (Red+Green+Blue) = 205+123+182=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BB6 is #328449. Grayscale: #9A9A9A. Windows color (decimal): -3310666 or 11959245. OLE color: 11959245.

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

Color convert

RGB205123182-
CMYK00.40.110.20
HSL316.83º45.05%64.31%-
HSV(B)316.83º40%80.39%-
XYZ40.730.5248-
YUV154.24143.67164.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 182 (71.48% from 255) = 35.69%
R=40.20%
G=24.12%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512318200.40.110.20316.8345.0564.31
HexCD7BB6028B1413d2d40
Octal315173266050132447555100
Binary1100110111110111011011001010001011101001001111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7BB6; }

 p { color: rgb(205,123,182); }

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

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

 a { background-color: rgb(205,123,182); }

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

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

 span { border-color: rgb(205,123,182); }

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