Html Css Color HEX #C298CA Lilac

📋 copy color: '#C298CA'

red 194 ◦ green 152 ◦ blue 202

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

Shades of Lilac #C298CA

Tints of Lilac #C298CA

RGB

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

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

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

R = 35.4%
G = 27.74%
B = 36.86%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C298CA (or 0xC298CA) is known color: Lilac. HEX triplet: C2, 98 and CA. RGB value is (194,152,202). Sum of RGB (Red+Green+Blue) = 194+152+202=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #C298CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298CA is #3D6735. Grayscale: #AAAAAA. Windows color (decimal): -4024118 or 13277378. OLE color: 13277378.

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

Color convert

RGB 194 152 202 -
CMYK 0.04 0.25 0 0.21
HSL 290.4º 0.32% 0.69% -
HSV(B) 290.4º 0.25% 0.79% -
XYZ 44.14 38.19 60.92 -
YUV 170.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 194 152 202 0.04 0.25 0 0.21 290.4 0.32 0.69
Hex C2 98 CA 4 19 0 15 122 20 45
Octal 302 230 312 4 31 0 25 442 40 105
Binary 11000010 10011000 11001010 100 11001 0 10101 100100010 100000 1000101

Color Harmonies of #C298CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298CA

Black with #C298CA

Text Example


Text Example

White with #C298CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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