#CD7BB1

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

Shades of Lily #CD7BB1

Tints of Lily #CD7BB1

Color information

#CD7BB1 (or 0xCD7BB1) is unknown color: approx Lily. HEX triplet: CD, 7B and B1. RGB value is (205,123,177). Sum of RGB (Red+Green+Blue) = 205+123+177=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7BB1 is #32844E. Grayscale: #999999. Windows color (decimal): -3310671 or 11631565. OLE color: 11631565.

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

Color convert

RGB205123177-
CMYK00.40.140.20
HSL320.49º45.05%64.31%-
HSV(B)320.49º40%80.39%-
XYZ40.230.3245.33-
YUV153.67141.17164.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 123 (48.44% from 255) = 24.36%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=40.59%
G=24.36%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512317700.40.140.20320.4945.0564.31
HexCD7BB1028E141402d40
Octal315173261050162450055100
Binary1100110111110111011000101010001110101001010000001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7BB1; }

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

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

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

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

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

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

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

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