Html Css Color HEX #C995CE Lilac

📋 copy color: '#C995CE'

red 201 ◦ green 149 ◦ blue 206

#C995CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C995CE

Tints of Lilac #C995CE

RGB

 RED value IS 201 (78.91% from 255) = 36.15%

 GREEN value IS 149 (58.59% from 255) = 26.8%

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 36.15%
G = 26.8%
B = 37.05%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C995CE (or 0xC995CE) is known color: Lilac. HEX triplet: C9, 95 and CE. RGB value is (201,149,206). Sum of RGB (Red+Green+Blue) = 201+149+206=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #C995CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995CE is #366A31. Grayscale: #AAAAAA. Windows color (decimal): -3566130 or 13538761. OLE color: 13538761.

HSL color Cylindrical-coordinate representation of color #C995CE: hue angle of 294.74º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C995CE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 149 206 -
CMYK 0.02 0.28 0 0.19
HSL 294.74º 0.37% 0.7% -
HSV(B) 294.74º 0.28% 0.81% -
XYZ 45.98 38.37 63.38 -
YUV 171.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 201 149 206 0.02 0.28 0 0.19 294.74 0.37 0.7
Hex C9 95 CE 2 1C 0 13 127 25 46
Octal 311 225 316 2 34 0 23 447 45 106
Binary 11001001 10010101 11001110 10 11100 0 10011 100100111 100101 1000110

Color Harmonies of #C995CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995CE

Black with #C995CE

Text Example


Text Example

White with #C995CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995CE; }

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

 H1.HeaderClassName
 {
   color: #C995CE;
 }
 .AnyTagClassName
 {
   color: #C995CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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