Html Css Color HEX #C99BCD Lilac

📋 copy color: '#C99BCD'

red 201 ◦ green 155 ◦ blue 205

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

Shades of Lilac #C99BCD

Tints of Lilac #C99BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.63%

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

R = 35.83%
G = 27.63%
B = 36.54%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C99BCD (or 0xC99BCD) is known color: Lilac. HEX triplet: C9, 9B and CD. RGB value is (201,155,205). Sum of RGB (Red+Green+Blue) = 201+155+205=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #C99BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BCD is #366432. Grayscale: #AEAEAE. Windows color (decimal): -3564595 or 13474761. OLE color: 13474761.

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

Color convert

RGB 201 155 205 -
CMYK 0.02 0.24 0 0.20
HSL 295.2º 0.33% 0.71% -
HSV(B) 295.2º 0.24% 0.8% -
XYZ 46.83 40.27 63.06 -
YUV 174.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 201 155 205 0.02 0.24 0 0.20 295.2 0.33 0.71
Hex C9 9B CD 2 18 0 14 127 21 47
Octal 311 233 315 2 30 0 24 447 41 107
Binary 11001001 10011011 11001101 10 11000 0 10100 100100111 100001 1000111

Color Harmonies of #C99BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BCD

Black with #C99BCD

Text Example


Text Example

White with #C99BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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