#CD7CB2

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

Shades of Lily #CD7CB2

Tints of Lily #CD7CB2

Color information

#CD7CB2 (or 0xCD7CB2) is unknown color: approx Lily. HEX triplet: CD, 7C and B2. RGB value is (205,124,178). Sum of RGB (Red+Green+Blue) = 205+124+178=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7CB2 is #32834D. Grayscale: #9A9A9A. Windows color (decimal): -3310414 or 11697357. OLE color: 11697357.

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

Color convert

RGB205124178-
CMYK00.400.130.20
HSL320º44.75%64.51%-
HSV(B)320º39.51%80.39%-
XYZ40.4230.6145.9-
YUV154.38141.34164.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 124 (48.83% from 255) = 24.46%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=40.43%
G=24.46%
B=35.11%

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
Decimal20512417800.400.130.2032044.7564.51
HexCD7CB2028D141402d41
Octal315174262050152450055101
Binary1100110111111001011001001010001101101001010000001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CB2; }

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

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

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

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

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

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

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

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