#CD92B4

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

Shades of Lily #CD92B4

Tints of Lily #CD92B4

Color information

#CD92B4 (or 0xCD92B4) is unknown color: approx Lily. HEX triplet: CD, 92 and B4. RGB value is (205,146,180). Sum of RGB (Red+Green+Blue) = 205+146+180=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92B4 is #326D4B. Grayscale: #A7A7A7. Windows color (decimal): -3304780 or 11834061. OLE color: 11834061.

HSL color Cylindrical-coordinate representation of color #CD92B4: hue angle of 325.42º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD92B4 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205146180-
CMYK00.290.120.20
HSL325.42º37.11%68.82%-
HSV(B)325.42º28.78%80.39%-
XYZ43.6936.8347.99-
YUV167.52135.05154.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=38.61%
G=27.50%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514618000.290.120.20325.4237.1168.82
HexCD92B401DC141452545
Octal315222264035142450545105
Binary1100110110010010101101000111011100101001010001011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92B4; }

 p { color: rgb(205,146,180); }

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

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

 a { background-color: rgb(205,146,180); }

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

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

 span { border-color: rgb(205,146,180); }

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