Html Css Color HEX #C288C0 Lilac

📋 copy color: '#C288C0'

red 194 ◦ green 136 ◦ blue 192

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

Shades of Lilac #C288C0

Tints of Lilac #C288C0

RGB

 RED value IS 194 (76.17% from 255) = 37.16%

 GREEN value IS 136 (53.52% from 255) = 26.05%

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

R = 37.16%
G = 26.05%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C288C0 (or 0xC288C0) is known color: Lilac. HEX triplet: C2, 88 and C0. RGB value is (194,136,192). Sum of RGB (Red+Green+Blue) = 194+136+192=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C288C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288C0 is #3D773F. Grayscale: #9F9F9F. Windows color (decimal): -4028224 or 12617922. OLE color: 12617922.

HSL color Cylindrical-coordinate representation of color #C288C0: hue angle of 302.07º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C288C0 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 192 -
CMYK 0 0.30 0.01 0.24
HSL 302.07º 0.32% 0.65% -
HSV(B) 302.07º 0.3% 0.76% -
XYZ 40.57 32.88 54.08 -
YUV 159.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 194 136 192 0 0.30 0.01 0.24 302.07 0.32 0.65
Hex C2 88 C0 0 1E 1 18 12E 20 41
Octal 302 210 300 0 36 1 30 456 40 101
Binary 11000010 10001000 11000000 0 11110 1 11000 100101110 100000 1000001

Color Harmonies of #C288C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288C0

Black with #C288C0

Text Example


Text Example

White with #C288C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288C0; }

 p { color: rgb(194,136,192); }

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

background-color css

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

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

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

border-color css

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

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

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