Html Css Color HEX #C288BE Lilac

📋 copy color: '#C288BE'

red 194 ◦ green 136 ◦ blue 190

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

Shades of Lilac #C288BE

Tints of Lilac #C288BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 37.31%
G = 26.15%
B = 36.54%

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

#C288BE (or 0xC288BE) is known color: Lilac. HEX triplet: C2, 88 and BE. RGB value is (194,136,190). Sum of RGB (Red+Green+Blue) = 194+136+190=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C288BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288BE is #3D7741. Grayscale: #9F9F9F. Windows color (decimal): -4028226 or 12486850. OLE color: 12486850.

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

Color convert

RGB 194 136 190 -
CMYK 0 0.30 0.02 0.24
HSL 304.14º 0.32% 0.65% -
HSV(B) 304.14º 0.3% 0.76% -
XYZ 40.35 32.8 52.92 -
YUV 159.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 194 136 190 0 0.30 0.02 0.24 304.14 0.32 0.65
Hex C2 88 BE 0 1E 2 18 130 20 41
Octal 302 210 276 0 36 2 30 460 40 101
Binary 11000010 10001000 10111110 0 11110 10 11000 100110000 100000 1000001

Color Harmonies of #C288BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288BE

Black with #C288BE

Text Example


Text Example

White with #C288BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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