Html Css Color HEX #C295CA Lilac

📋 copy color: '#C295CA'

red 194 ◦ green 149 ◦ blue 202

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

Shades of Lilac #C295CA

Tints of Lilac #C295CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.06%

R = 35.6%
G = 27.34%
B = 37.06%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C295CA (or 0xC295CA) is known color: Lilac. HEX triplet: C2, 95 and CA. RGB value is (194,149,202). Sum of RGB (Red+Green+Blue) = 194+149+202=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #C295CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295CA is #3D6A35. Grayscale: #A8A8A8. Windows color (decimal): -4024886 or 13276610. OLE color: 13276610.

HSL color Cylindrical-coordinate representation of color #C295CA: hue angle of 290.94º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C295CA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 149 202 -
CMYK 0.04 0.26 0 0.21
HSL 290.94º 0.33% 0.69% -
HSV(B) 290.94º 0.26% 0.79% -
XYZ 43.66 37.23 60.76 -
YUV 168.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 194 149 202 0.04 0.26 0 0.21 290.94 0.33 0.69
Hex C2 95 CA 4 1A 0 15 123 21 45
Octal 302 225 312 4 32 0 25 443 41 105
Binary 11000010 10010101 11001010 100 11010 0 10101 100100011 100001 1000101

Color Harmonies of #C295CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295CA

Black with #C295CA

Text Example


Text Example

White with #C295CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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