Html Css Color HEX #C295C0 Lilac

📋 copy color: '#C295C0'

red 194 ◦ green 149 ◦ blue 192

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

Shades of Lilac #C295C0

Tints of Lilac #C295C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.89%

R = 36.26%
G = 27.85%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C295C0 (or 0xC295C0) is known color: Lilac. HEX triplet: C2, 95 and C0. RGB value is (194,149,192). Sum of RGB (Red+Green+Blue) = 194+149+192=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C295C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295C0 is #3D6A3F. Grayscale: #A7A7A7. Windows color (decimal): -4024896 or 12621250. OLE color: 12621250.

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

Color convert

RGB 194 149 192 -
CMYK 0 0.23 0.01 0.24
HSL 302.67º 0.27% 0.67% -
HSV(B) 302.67º 0.23% 0.76% -
XYZ 42.51 36.77 54.73 -
YUV 167.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 194 149 192 0 0.23 0.01 0.24 302.67 0.27 0.67
Hex C2 95 C0 0 17 1 18 12F 1B 43
Octal 302 225 300 0 27 1 30 457 33 103
Binary 11000010 10010101 11000000 0 10111 1 11000 100101111 11011 1000011

Color Harmonies of #C295C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295C0

Black with #C295C0

Text Example


Text Example

White with #C295C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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