Html Css Color HEX #C996CA Lilac

📋 copy color: '#C996CA'

red 201 ◦ green 150 ◦ blue 202

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

Shades of Lilac #C996CA

Tints of Lilac #C996CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.12%

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 36.35%
G = 27.12%
B = 36.53%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C996CA (or 0xC996CA) is known color: Lilac. HEX triplet: C9, 96 and CA. RGB value is (201,150,202). Sum of RGB (Red+Green+Blue) = 201+150+202=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #C996CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996CA is #366935. Grayscale: #ABABAB. Windows color (decimal): -3565878 or 13276873. OLE color: 13276873.

HSL color Cylindrical-coordinate representation of color #C996CA: hue angle of 298.85º degrees, saturation: 0.33, 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 #C996CA is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 150 202 -
CMYK 0.00 0.26 0 0.21
HSL 298.85º 0.33% 0.69% -
HSV(B) 298.85º 0.26% 0.79% -
XYZ 45.65 38.49 60.9 -
YUV 171.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 201 150 202 0.00 0.26 0 0.21 298.85 0.33 0.69
Hex C9 96 CA 0 1A 0 15 12B 21 45
Octal 311 226 312 0 32 0 25 453 41 105
Binary 11001001 10010110 11001010 0 11010 0 10101 100101011 100001 1000101

Color Harmonies of #C996CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996CA

Black with #C996CA

Text Example


Text Example

White with #C996CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996CA; }

 p { color: rgb(201,150,202); }

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

background-color css

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

 a { background-color: rgb(201,150,202); }

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

border-color css

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

 span { border-color: rgb(201,150,202); }

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