Html Css Color HEX #C291BF Lilac

📋 copy color: '#C291BF'

red 194 ◦ green 145 ◦ blue 191

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

Shades of Lilac #C291BF

Tints of Lilac #C291BF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.36%

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

R = 36.6%
G = 27.36%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C291BF (or 0xC291BF) is known color: Lilac. HEX triplet: C2, 91 and BF. RGB value is (194,145,191). Sum of RGB (Red+Green+Blue) = 194+145+191=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C291BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291BF is #3D6E40. Grayscale: #A4A4A4. Windows color (decimal): -4025921 or 12554690. OLE color: 12554690.

HSL color Cylindrical-coordinate representation of color #C291BF: hue angle of 303.67º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C291BF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 145 191 -
CMYK 0 0.25 0.02 0.24
HSL 303.67º 0.29% 0.66% -
HSV(B) 303.67º 0.25% 0.76% -
XYZ 41.78 35.48 53.94 -
YUV 164.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 194 145 191 0 0.25 0.02 0.24 303.67 0.29 0.66
Hex C2 91 BF 0 19 2 18 130 1D 42
Octal 302 221 277 0 31 2 30 460 35 102
Binary 11000010 10010001 10111111 0 11001 10 11000 100110000 11101 1000010

Color Harmonies of #C291BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291BF

Black with #C291BF

Text Example


Text Example

White with #C291BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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