Html Css Color HEX #C488CA Lilac

📋 copy color: '#C488CA'

red 196 ◦ green 136 ◦ blue 202

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

Shades of Lilac #C488CA

Tints of Lilac #C488CA

RGB

 RED value IS 196 (76.95% from 255) = 36.7%

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

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

R = 36.7%
G = 25.47%
B = 37.83%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C488CA (or 0xC488CA) is known color: Lilac. HEX triplet: C4, 88 and CA. RGB value is (196,136,202). Sum of RGB (Red+Green+Blue) = 196+136+202=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C488CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488CA is #3B7735. Grayscale: #A1A1A1. Windows color (decimal): -3897142 or 13273284. OLE color: 13273284.

HSL color Cylindrical-coordinate representation of color #C488CA: hue angle of 294.55º 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 #C488CA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 136 202 -
CMYK 0.03 0.33 0 0.21
HSL 294.55º 0.38% 0.66% -
HSV(B) 294.55º 0.33% 0.79% -
XYZ 42.23 33.61 60.14 -
YUV 161.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 196 136 202 0.03 0.33 0 0.21 294.55 0.38 0.66
Hex C4 88 CA 3 21 0 15 127 26 42
Octal 304 210 312 3 41 0 25 447 46 102
Binary 11000100 10001000 11001010 11 100001 0 10101 100100111 100110 1000010

Color Harmonies of #C488CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488CA

Black with #C488CA

Text Example


Text Example

White with #C488CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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