#CD98C5

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

Shades of Lilac #CD98C5

Tints of Lilac #CD98C5

Color information

#CD98C5 (or 0xCD98C5) is unknown color: approx Lilac. HEX triplet: CD, 98 and C5. RGB value is (205,152,197). Sum of RGB (Red+Green+Blue) = 205+152+197=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CD98C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98C5 is #32673A. Grayscale: #ACACAC. Windows color (decimal): -3303227 or 12949709. OLE color: 12949709.

HSL color Cylindrical-coordinate representation of color #CD98C5: hue angle of 309.06º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD98C5 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205152197-
CMYK00.260.040.20
HSL309.06º34.64%70%-
HSV(B)309.06º25.85%80.39%-
XYZ46.4839.4757.99-
YUV172.98141.56150.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=37.00%
G=27.44%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515219700.260.040.20309.0634.6470
HexCD98C501A4141352346
Octal31523030503242446543106
Binary110011011001100011000101011010100101001001101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98C5; }

 p { color: rgb(205,152,197); }

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

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

 a { background-color: rgb(205,152,197); }

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

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

 span { border-color: rgb(205,152,197); }

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