Html Css Color HEX #C295C6 Lilac

📋 copy color: '#C295C6'

red 194 ◦ green 149 ◦ blue 198

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

Shades of Lilac #C295C6

Tints of Lilac #C295C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.6%

R = 35.86%
G = 27.54%
B = 36.6%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C295C6 (or 0xC295C6) is known color: Lilac. HEX triplet: C2, 95 and C6. RGB value is (194,149,198). Sum of RGB (Red+Green+Blue) = 194+149+198=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #C295C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295C6 is #3D6A39. Grayscale: #A7A7A7. Windows color (decimal): -4024890 or 13014466. OLE color: 13014466.

HSL color Cylindrical-coordinate representation of color #C295C6: hue angle of 295.1º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C295C6 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 149 198 -
CMYK 0.02 0.25 0 0.22
HSL 295.1º 0.3% 0.68% -
HSV(B) 295.1º 0.25% 0.78% -
XYZ 43.19 37.04 58.3 -
YUV 168.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 194 149 198 0.02 0.25 0 0.22 295.1 0.3 0.68
Hex C2 95 C6 2 19 0 16 127 1E 44
Octal 302 225 306 2 31 0 26 447 36 104
Binary 11000010 10010101 11000110 10 11001 0 10110 100100111 11110 1000100

Color Harmonies of #C295C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295C6

Black with #C295C6

Text Example


Text Example

White with #C295C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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