Html Css Color HEX #C090C0 Lilac

📋 copy color: '#C090C0'

red 192 ◦ green 144 ◦ blue 192

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

Shades of Lilac #C090C0

Tints of Lilac #C090C0

RGB

 RED value IS 192 (75.39% from 255) = 36.36%

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

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C090C0 (or 0xC090C0) is known color: Lilac. HEX triplet: C0, 90 and C0. RGB value is (192,144,192). Sum of RGB (Red+Green+Blue) = 192+144+192=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C090C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090C0 is #3F6F3F. Grayscale: #A3A3A3. Windows color (decimal): -4157248 or 12619968. OLE color: 12619968.

HSL color Cylindrical-coordinate representation of color #C090C0: hue angle of 300º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C090C0 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 192 -
CMYK 0 0.25 0 0.25
HSL 300º 0.28% 0.66% -
HSV(B) 300º 0.25% 0.75% -
XYZ 41.23 34.96 54.44 -
YUV 163.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 192 144 192 0 0.25 0 0.25 300 0.28 0.66
Hex C0 90 C0 0 19 0 19 12C 1C 42
Octal 300 220 300 0 31 0 31 454 34 102
Binary 11000000 10010000 11000000 0 11001 0 11001 100101100 11100 1000010

Color Harmonies of #C090C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090C0

Black with #C090C0

Text Example


Text Example

White with #C090C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090C0; }

 p { color: rgb(192,144,192); }

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

background-color css

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

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

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

border-color css

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

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

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