Html Css Color HEX #C298BD Lilac

📋 copy color: '#C298BD'

red 194 ◦ green 152 ◦ blue 189

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

Shades of Lilac #C298BD

Tints of Lilac #C298BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 36.26%
G = 28.41%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C298BD (or 0xC298BD) is known color: Lilac. HEX triplet: C2, 98 and BD. RGB value is (194,152,189). Sum of RGB (Red+Green+Blue) = 194+152+189=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C298BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298BD is #3D6742. Grayscale: #A8A8A8. Windows color (decimal): -4024131 or 12425410. OLE color: 12425410.

HSL color Cylindrical-coordinate representation of color #C298BD: hue angle of 307.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C298BD is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 152 189 -
CMYK 0 0.22 0.03 0.24
HSL 307.14º 0.26% 0.68% -
HSV(B) 307.14º 0.22% 0.76% -
XYZ 42.66 37.6 53.15 -
YUV 168.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 194 152 189 0 0.22 0.03 0.24 307.14 0.26 0.68
Hex C2 98 BD 0 16 3 18 133 1A 44
Octal 302 230 275 0 26 3 30 463 32 104
Binary 11000010 10011000 10111101 0 10110 11 11000 100110011 11010 1000100

Color Harmonies of #C298BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298BD

Black with #C298BD

Text Example


Text Example

White with #C298BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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