#CD7FAD

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

Shades of Lily #CD7FAD

Tints of Lily #CD7FAD

Color information

#CD7FAD (or 0xCD7FAD) is unknown color: approx Lily. HEX triplet: CD, 7F and AD. RGB value is (205,127,173). Sum of RGB (Red+Green+Blue) = 205+127+173=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7FAD is #328052. Grayscale: #9B9B9B. Windows color (decimal): -3309651 or 11370445. OLE color: 11370445.

HSL color Cylindrical-coordinate representation of color #CD7FAD: hue angle of 324.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD7FAD is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205127173-
CMYK00.380.160.20
HSL324.62º43.82%65.1%-
HSV(B)324.62º38.05%80.39%-
XYZ40.3131.1843.43-
YUV155.57137.84163.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 127 (50% from 255) = 25.15%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=40.59%
G=25.15%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512717300.380.160.20324.6243.8265.1
HexCD7FAD02610141452c41
Octal315177255046202450554101
Binary11001101111111110101101010011010000101001010001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FAD; }

 p { color: rgb(205,127,173); }

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

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

 a { background-color: rgb(205,127,173); }

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

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

 span { border-color: rgb(205,127,173); }

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