#CD94C1

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

Shades of Lilac #CD94C1

Tints of Lilac #CD94C1

Color information

#CD94C1 (or 0xCD94C1) is unknown color: approx Lilac. HEX triplet: CD, 94 and C1. RGB value is (205,148,193). Sum of RGB (Red+Green+Blue) = 205+148+193=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CD94C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD94C1 is #326B3E. Grayscale: #AAAAAA. Windows color (decimal): -3304255 or 12686541. OLE color: 12686541.

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

Color convert

RGB205148193-
CMYK00.280.060.20
HSL312.63º36.31%69.22%-
HSV(B)312.63º27.8%80.39%-
XYZ45.3938.0155.4-
YUV170.17140.88152.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=37.55%
G=27.11%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514819300.280.060.20312.6336.3169.22
HexCD94C101C6141392445
Octal31522430103462447144105
Binary110011011001010011000001011100110101001001110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94C1; }

 p { color: rgb(205,148,193); }

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

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

 a { background-color: rgb(205,148,193); }

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

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

 span { border-color: rgb(205,148,193); }

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