#C995C4

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

Shades of Lilac #C995C4

Tints of Lilac #C995C4

Color information

#C995C4 (or 0xC995C4) is unknown color: approx Lilac. HEX triplet: C9, 95 and C4. RGB value is (201,149,196). Sum of RGB (Red+Green+Blue) = 201+149+196=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C995C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995C4 is #366A3B. Grayscale: #A9A9A9. Windows color (decimal): -3566140 or 12883401. OLE color: 12883401.

HSL color Cylindrical-coordinate representation of color #C995C4: hue angle of 305.77º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C995C4 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB201149196-
CMYK00.260.020.21
HSL305.77º32.5%68.63%-
HSV(B)305.77º25.87%78.82%-
XYZ44.837.957.18-
YUV169.91142.73150.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 196 (76.95% from 255) = 35.90%
R=36.81%
G=27.29%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114919600.260.020.21305.7732.568.63
HexC995C401A2151322045
Octal31122530403222546240105
Binary11001001100101011100010001101010101011001100101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995C4; }

 p { color: rgb(201,149,196); }

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

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

 a { background-color: rgb(201,149,196); }

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

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

 span { border-color: rgb(201,149,196); }

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