Html Css Color HEX #C298CC Lilac

📋 copy color: '#C298CC'

red 194 ◦ green 152 ◦ blue 204

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

Shades of Lilac #C298CC

Tints of Lilac #C298CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 35.27%
G = 27.64%
B = 37.09%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C298CC (or 0xC298CC) is known color: Lilac. HEX triplet: C2, 98 and CC. RGB value is (194,152,204). Sum of RGB (Red+Green+Blue) = 194+152+204=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C298CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298CC is #3D6733. Grayscale: #AAAAAA. Windows color (decimal): -4024116 or 13408450. OLE color: 13408450.

HSL color Cylindrical-coordinate representation of color #C298CC: hue angle of 288.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C298CC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 152 204 -
CMYK 0.05 0.25 0 0.2
HSL 288.46º 0.34% 0.7% -
HSV(B) 288.46º 0.25% 0.8% -
XYZ 44.38 38.29 62.18 -
YUV 170.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 194 152 204 0.05 0.25 0 0.2 288.46 0.34 0.7
Hex C2 98 CC 5 19 0 14 120 22 46
Octal 302 230 314 5 31 0 24 440 42 106
Binary 11000010 10011000 11001100 101 11001 0 10100 100100000 100010 1000110

Color Harmonies of #C298CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298CC

Black with #C298CC

Text Example


Text Example

White with #C298CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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