Html Css Color HEX #C498CA Lilac

📋 copy color: '#C498CA'

red 196 ◦ green 152 ◦ blue 202

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

Shades of Lilac #C498CA

Tints of Lilac #C498CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.64%

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

R = 35.64%
G = 27.64%
B = 36.73%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C498CA (or 0xC498CA) is known color: Lilac. HEX triplet: C4, 98 and CA. RGB value is (196,152,202). Sum of RGB (Red+Green+Blue) = 196+152+202=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #C498CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498CA is #3B6735. Grayscale: #AAAAAA. Windows color (decimal): -3893046 or 13277380. OLE color: 13277380.

HSL color Cylindrical-coordinate representation of color #C498CA: hue angle of 292.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C498CA is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 152 202 -
CMYK 0.03 0.25 0 0.21
HSL 292.8º 0.32% 0.69% -
HSV(B) 292.8º 0.25% 0.79% -
XYZ 44.65 38.46 60.95 -
YUV 170.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 196 152 202 0.03 0.25 0 0.21 292.8 0.32 0.69
Hex C4 98 CA 3 19 0 15 125 20 45
Octal 304 230 312 3 31 0 25 445 40 105
Binary 11000100 10011000 11001010 11 11001 0 10101 100100101 100000 1000101

Color Harmonies of #C498CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498CA

Black with #C498CA

Text Example


Text Example

White with #C498CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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