Html Css Color HEX #C288CA Lilac

📋 copy color: '#C288CA'

red 194 ◦ green 136 ◦ blue 202

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

Shades of Lilac #C288CA

Tints of Lilac #C288CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.97%

R = 36.47%
G = 25.56%
B = 37.97%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C288CA (or 0xC288CA) is known color: Lilac. HEX triplet: C2, 88 and CA. RGB value is (194,136,202). Sum of RGB (Red+Green+Blue) = 194+136+202=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C288CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288CA is #3D7735. Grayscale: #A0A0A0. Windows color (decimal): -4028214 or 13273282. OLE color: 13273282.

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

Color convert

RGB 194 136 202 -
CMYK 0.04 0.33 0 0.21
HSL 292.73º 0.38% 0.66% -
HSV(B) 292.73º 0.33% 0.79% -
XYZ 41.71 33.34 60.11 -
YUV 160.87 151.22 151.63 -
System Red Green Blue C M Y K H S L
Decimal 194 136 202 0.04 0.33 0 0.21 292.73 0.38 0.66
Hex C2 88 CA 4 21 0 15 125 26 42
Octal 302 210 312 4 41 0 25 445 46 102
Binary 11000010 10001000 11001010 100 100001 0 10101 100100101 100110 1000010

Color Harmonies of #C288CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288CA

Black with #C288CA

Text Example


Text Example

White with #C288CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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