#C296CA

Color #C296CA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C296CA

Tints of Lilac #C296CA

Color information

#C296CA (or 0xC296CA) is unknown color: approx Lilac. HEX triplet: C2, 96 and CA. RGB value is (194,150,202). Sum of RGB (Red+Green+Blue) = 194+150+202=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #C296CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296CA is #3D6935. Grayscale: #A8A8A8. Windows color (decimal): -4024630 or 13276866. OLE color: 13276866.

HSL color Cylindrical-coordinate representation of color #C296CA: hue angle of 290.77º 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 #C296CA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194150202-
CMYK0.040.2600.21
HSL290.77º32.91%69.02%-
HSV(B)290.77º25.74%79.22%-
XYZ43.8237.5560.81-
YUV169.08146.58145.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=35.53%
G=27.47%
B=37.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941502020.040.2600.21290.7732.9169.02
HexC296CA41A0151232145
Octal30222631243202544341105
Binary110000101001011011001010100110100101011001000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296CA; }

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

 H1.HeaderClassName
 {
   color: #C296CA;
 }
 .AnyTagClassName
 {
   color: #C296CA;
 }
</style>
background-color css

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

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

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

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

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

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