#CD7CB1

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

Shades of Lily #CD7CB1

Tints of Lily #CD7CB1

Color information

#CD7CB1 (or 0xCD7CB1) is unknown color: approx Lily. HEX triplet: CD, 7C and B1. RGB value is (205,124,177). Sum of RGB (Red+Green+Blue) = 205+124+177=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7CB1 is #32834E. Grayscale: #9A9A9A. Windows color (decimal): -3310415 or 11631821. OLE color: 11631821.

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

Color convert

RGB205124177-
CMYK00.400.140.20
HSL320.74º44.75%64.51%-
HSV(B)320.74º39.51%80.39%-
XYZ40.3230.5745.37-
YUV154.26140.84164.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=40.51%
G=24.51%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512417700.400.140.20320.7444.7564.51
HexCD7CB1028E141412d41
Octal315174261050162450155101
Binary1100110111111001011000101010001110101001010000011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CB1; }

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

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

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

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

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

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

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

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