Html Css Color HEX #C295BF Lilac

📋 copy color: '#C295BF'

red 194 ◦ green 149 ◦ blue 191

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

Shades of Lilac #C295BF

Tints of Lilac #C295BF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.9%

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

R = 36.33%
G = 27.9%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C295BF (or 0xC295BF) is known color: Lilac. HEX triplet: C2, 95 and BF. RGB value is (194,149,191). Sum of RGB (Red+Green+Blue) = 194+149+191=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C295BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295BF is #3D6A40. Grayscale: #A7A7A7. Windows color (decimal): -4024897 or 12555714. OLE color: 12555714.

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

Color convert

RGB 194 149 191 -
CMYK 0 0.23 0.02 0.24
HSL 304º 0.27% 0.67% -
HSV(B) 304º 0.23% 0.76% -
XYZ 42.4 36.73 54.14 -
YUV 167.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 194 149 191 0 0.23 0.02 0.24 304 0.27 0.67
Hex C2 95 BF 0 17 2 18 130 1B 43
Octal 302 225 277 0 27 2 30 460 33 103
Binary 11000010 10010101 10111111 0 10111 10 11000 100110000 11011 1000011

Color Harmonies of #C295BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295BF

Black with #C295BF

Text Example


Text Example

White with #C295BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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