Html Css Color HEX #C995CD Lilac

📋 copy color: '#C995CD'

red 201 ◦ green 149 ◦ blue 205

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

Shades of Lilac #C995CD

Tints of Lilac #C995CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 36.22%
G = 26.85%
B = 36.94%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C995CD (or 0xC995CD) is known color: Lilac. HEX triplet: C9, 95 and CD. RGB value is (201,149,205). Sum of RGB (Red+Green+Blue) = 201+149+205=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #C995CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995CD is #366A32. Grayscale: #AAAAAA. Windows color (decimal): -3566131 or 13473225. OLE color: 13473225.

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

Color convert

RGB 201 149 205 -
CMYK 0.02 0.27 0 0.20
HSL 295.71º 0.36% 0.69% -
HSV(B) 295.71º 0.27% 0.8% -
XYZ 45.85 38.32 62.74 -
YUV 170.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 201 149 205 0.02 0.27 0 0.20 295.71 0.36 0.69
Hex C9 95 CD 2 1B 0 14 128 24 45
Octal 311 225 315 2 33 0 24 450 44 105
Binary 11001001 10010101 11001101 10 11011 0 10100 100101000 100100 1000101

Color Harmonies of #C995CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995CD

Black with #C995CD

Text Example


Text Example

White with #C995CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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