Html Css Color HEX #C288BF Lilac

📋 copy color: '#C288BF'

red 194 ◦ green 136 ◦ blue 191

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

Shades of Lilac #C288BF

Tints of Lilac #C288BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 37.24%
G = 26.1%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C288BF (or 0xC288BF) is known color: Lilac. HEX triplet: C2, 88 and BF. RGB value is (194,136,191). Sum of RGB (Red+Green+Blue) = 194+136+191=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C288BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288BF is #3D7740. Grayscale: #9F9F9F. Windows color (decimal): -4028225 or 12552386. OLE color: 12552386.

HSL color Cylindrical-coordinate representation of color #C288BF: hue angle of 303.1º 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 #C288BF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 191 -
CMYK 0 0.30 0.02 0.24
HSL 303.1º 0.32% 0.65% -
HSV(B) 303.1º 0.3% 0.76% -
XYZ 40.46 32.84 53.5 -
YUV 159.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 194 136 191 0 0.30 0.02 0.24 303.1 0.32 0.65
Hex C2 88 BF 0 1E 2 18 12F 20 41
Octal 302 210 277 0 36 2 30 457 40 101
Binary 11000010 10001000 10111111 0 11110 10 11000 100101111 100000 1000001

Color Harmonies of #C288BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288BF

Black with #C288BF

Text Example


Text Example

White with #C288BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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