#CD81B4

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

Shades of Lily #CD81B4

Tints of Lily #CD81B4

Color information

#CD81B4 (or 0xCD81B4) is unknown color: approx Lily. HEX triplet: CD, 81 and B4. RGB value is (205,129,180). Sum of RGB (Red+Green+Blue) = 205+129+180=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD81B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81B4 is #327E4B. Grayscale: #9D9D9D. Windows color (decimal): -3309132 or 11829709. OLE color: 11829709.

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

Color convert

RGB205129180-
CMYK00.370.120.20
HSL319.74º43.18%65.49%-
HSV(B)319.74º37.07%80.39%-
XYZ41.2731.9747.18-
YUV157.54140.68161.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=39.88%
G=25.10%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512918000.370.120.20319.7443.1865.49
HexCD81B4025C141402b41
Octal315201264045142450053101
Binary11001101100000011011010001001011100101001010000001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD81B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD81B4; }

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

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

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

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

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

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

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

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