Html Css Color HEX #C297BF Lilac

📋 copy color: '#C297BF'

red 194 ◦ green 151 ◦ blue 191

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

Shades of Lilac #C297BF

Tints of Lilac #C297BF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.17%

 BLUE value IS 191 (75% from 255) = 35.63%

R = 36.19%
G = 28.17%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C297BF (or 0xC297BF) is known color: Lilac. HEX triplet: C2, 97 and BF. RGB value is (194,151,191). Sum of RGB (Red+Green+Blue) = 194+151+191=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C297BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297BF is #3D6840. Grayscale: #A8A8A8. Windows color (decimal): -4024385 or 12556226. OLE color: 12556226.

HSL color Cylindrical-coordinate representation of color #C297BF: hue angle of 304.19º 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 #C297BF is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 151 191 -
CMYK 0 0.22 0.02 0.24
HSL 304.19º 0.26% 0.68% -
HSV(B) 304.19º 0.22% 0.76% -
XYZ 42.72 37.36 54.25 -
YUV 168.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 194 151 191 0 0.22 0.02 0.24 304.19 0.26 0.68
Hex C2 97 BF 0 16 2 18 130 1A 44
Octal 302 227 277 0 26 2 30 460 32 104
Binary 11000010 10010111 10111111 0 10110 10 11000 100110000 11010 1000100

Color Harmonies of #C297BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297BF

Black with #C297BF

Text Example


Text Example

White with #C297BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297BF; }

 p { color: rgb(194,151,191); }

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

background-color css

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

 a { background-color: rgb(194,151,191); }

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

border-color css

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

 span { border-color: rgb(194,151,191); }

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