Html Css Color HEX #C298C9 Lilac

📋 copy color: '#C298C9'

red 194 ◦ green 152 ◦ blue 201

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

Shades of Lilac #C298C9

Tints of Lilac #C298C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.75%

R = 35.47%
G = 27.79%
B = 36.75%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C298C9 (or 0xC298C9) is known color: Lilac. HEX triplet: C2, 98 and C9. RGB value is (194,152,201). Sum of RGB (Red+Green+Blue) = 194+152+201=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #C298C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298C9 is #3D6736. Grayscale: #A9A9A9. Windows color (decimal): -4024119 or 13211842. OLE color: 13211842.

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

Color convert

RGB 194 152 201 -
CMYK 0.03 0.24 0 0.21
HSL 291.43º 0.31% 0.69% -
HSV(B) 291.43º 0.24% 0.79% -
XYZ 44.02 38.14 60.3 -
YUV 170.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 194 152 201 0.03 0.24 0 0.21 291.43 0.31 0.69
Hex C2 98 C9 3 18 0 15 123 1F 45
Octal 302 230 311 3 30 0 25 443 37 105
Binary 11000010 10011000 11001001 11 11000 0 10101 100100011 11111 1000101

Color Harmonies of #C298C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298C9

Black with #C298C9

Text Example


Text Example

White with #C298C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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