Html Css Color HEX #C295C2 Lilac

📋 copy color: '#C295C2'

red 194 ◦ green 149 ◦ blue 194

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

Shades of Lilac #C295C2

Tints of Lilac #C295C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.13%

R = 36.13%
G = 27.75%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C295C2 (or 0xC295C2) is known color: Lilac. HEX triplet: C2, 95 and C2. RGB value is (194,149,194). Sum of RGB (Red+Green+Blue) = 194+149+194=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C295C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295C2 is #3D6A3D. Grayscale: #A7A7A7. Windows color (decimal): -4024894 or 12752322. OLE color: 12752322.

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

Color convert

RGB 194 149 194 -
CMYK 0 0.23 0 0.24
HSL 300º 0.27% 0.67% -
HSV(B) 300º 0.23% 0.76% -
XYZ 42.73 36.86 55.9 -
YUV 167.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 194 149 194 0 0.23 0 0.24 300 0.27 0.67
Hex C2 95 C2 0 17 0 18 12C 1B 43
Octal 302 225 302 0 27 0 30 454 33 103
Binary 11000010 10010101 11000010 0 10111 0 11000 100101100 11011 1000011

Color Harmonies of #C295C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295C2

Black with #C295C2

Text Example


Text Example

White with #C295C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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