Html Css Color HEX #C295BE Lilac

📋 copy color: '#C295BE'

red 194 ◦ green 149 ◦ blue 190

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

Shades of Lilac #C295BE

Tints of Lilac #C295BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 36.4%
G = 27.95%
B = 35.65%

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

#C295BE (or 0xC295BE) is known color: Lilac. HEX triplet: C2, 95 and BE. RGB value is (194,149,190). Sum of RGB (Red+Green+Blue) = 194+149+190=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C295BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295BE is #3D6A41. Grayscale: #A7A7A7. Windows color (decimal): -4024898 or 12490178. OLE color: 12490178.

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

Color convert

RGB 194 149 190 -
CMYK 0 0.23 0.02 0.24
HSL 305.33º 0.27% 0.67% -
HSV(B) 305.33º 0.23% 0.76% -
XYZ 42.29 36.68 53.57 -
YUV 167.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 194 149 190 0 0.23 0.02 0.24 305.33 0.27 0.67
Hex C2 95 BE 0 17 2 18 131 1B 43
Octal 302 225 276 0 27 2 30 461 33 103
Binary 11000010 10010101 10111110 0 10111 10 11000 100110001 11011 1000011

Color Harmonies of #C295BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295BE

Black with #C295BE

Text Example


Text Example

White with #C295BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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