Html Css Color HEX #C288CB Lilac

📋 copy color: '#C288CB'

red 194 ◦ green 136 ◦ blue 203

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

Shades of Lilac #C288CB

Tints of Lilac #C288CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 36.4%
G = 25.52%
B = 38.09%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C288CB (or 0xC288CB) is known color: Lilac. HEX triplet: C2, 88 and CB. RGB value is (194,136,203). Sum of RGB (Red+Green+Blue) = 194+136+203=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #C288CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288CB is #3D7734. Grayscale: #A0A0A0. Windows color (decimal): -4028213 or 13338818. OLE color: 13338818.

HSL color Cylindrical-coordinate representation of color #C288CB: hue angle of 291.94º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C288CB is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 136 203 -
CMYK 0.04 0.33 0 0.20
HSL 291.94º 0.39% 0.66% -
HSV(B) 291.94º 0.33% 0.8% -
XYZ 41.83 33.39 60.74 -
YUV 160.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 194 136 203 0.04 0.33 0 0.20 291.94 0.39 0.66
Hex C2 88 CB 4 21 0 14 124 27 42
Octal 302 210 313 4 41 0 24 444 47 102
Binary 11000010 10001000 11001011 100 100001 0 10100 100100100 100111 1000010

Color Harmonies of #C288CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288CB

Black with #C288CB

Text Example


Text Example

White with #C288CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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