Html Css Color HEX #C990CD Lilac

📋 copy color: '#C990CD'

red 201 ◦ green 144 ◦ blue 205

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

Shades of Lilac #C990CD

Tints of Lilac #C990CD

RGB

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

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

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

R = 36.55%
G = 26.18%
B = 37.27%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C990CD (or 0xC990CD) is known color: Lilac. HEX triplet: C9, 90 and CD. RGB value is (201,144,205). Sum of RGB (Red+Green+Blue) = 201+144+205=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #C990CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990CD is #366F32. Grayscale: #A7A7A7. Windows color (decimal): -3567411 or 13471945. OLE color: 13471945.

HSL color Cylindrical-coordinate representation of color #C990CD: hue angle of 296.07º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C990CD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 144 205 -
CMYK 0.02 0.30 0 0.20
HSL 296.07º 0.38% 0.68% -
HSV(B) 296.07º 0.3% 0.8% -
XYZ 45.08 36.77 62.48 -
YUV 168 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 201 144 205 0.02 0.30 0 0.20 296.07 0.38 0.68
Hex C9 90 CD 2 1E 0 14 128 26 44
Octal 311 220 315 2 36 0 24 450 46 104
Binary 11001001 10010000 11001101 10 11110 0 10100 100101000 100110 1000100

Color Harmonies of #C990CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990CD

Black with #C990CD

Text Example


Text Example

White with #C990CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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