#CD92C4

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

Shades of Lilac #CD92C4

Tints of Lilac #CD92C4

Color information

#CD92C4 (or 0xCD92C4) is unknown color: approx Lilac. HEX triplet: CD, 92 and C4. RGB value is (205,146,196). Sum of RGB (Red+Green+Blue) = 205+146+196=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92C4 is #326D3B. Grayscale: #A9A9A9. Windows color (decimal): -3304764 or 12882637. OLE color: 12882637.

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

Color convert

RGB205146196-
CMYK00.290.040.20
HSL309.15º37.11%68.82%-
HSV(B)309.15º28.78%80.39%-
XYZ45.4237.5257.07-
YUV169.34143.05153.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 196 (76.95% from 255) = 35.83%
R=37.48%
G=26.69%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514619600.290.040.20309.1537.1168.82
HexCD92C401D4141352545
Octal31522230403542446545105
Binary110011011001001011000100011101100101001001101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92C4; }

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

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

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

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

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

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

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

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