Html Css Color HEX #C990C2 Lilac

📋 copy color: '#C990C2'

red 201 ◦ green 144 ◦ blue 194

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

Shades of Lilac #C990C2

Tints of Lilac #C990C2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.72%

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 37.29%
G = 26.72%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C990C2 (or 0xC990C2) is known color: Lilac. HEX triplet: C9, 90 and C2. RGB value is (201,144,194). Sum of RGB (Red+Green+Blue) = 201+144+194=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C990C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990C2 is #366F3D. Grayscale: #A6A6A6. Windows color (decimal): -3567422 or 12751049. OLE color: 12751049.

HSL color Cylindrical-coordinate representation of color #C990C2: hue angle of 307.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C990C2 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 194 -
CMYK 0 0.28 0.03 0.21
HSL 307.37º 0.35% 0.68% -
HSV(B) 307.37º 0.28% 0.79% -
XYZ 43.8 36.26 55.73 -
YUV 166.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 201 144 194 0 0.28 0.03 0.21 307.37 0.35 0.68
Hex C9 90 C2 0 1C 3 15 133 23 44
Octal 311 220 302 0 34 3 25 463 43 104
Binary 11001001 10010000 11000010 0 11100 11 10101 100110011 100011 1000100

Color Harmonies of #C990C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990C2

Black with #C990C2

Text Example


Text Example

White with #C990C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990C2; }

 p { color: rgb(201,144,194); }

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

background-color css

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

 a { background-color: rgb(201,144,194); }

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

border-color css

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

 span { border-color: rgb(201,144,194); }

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