#C282CA

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

Shades of Lilac #C282CA

Tints of Lilac #C282CA

Color information

#C282CA (or 0xC282CA) is unknown color: approx Lilac. HEX triplet: C2, 82 and CA. RGB value is (194,130,202). Sum of RGB (Red+Green+Blue) = 194+130+202=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #C282CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282CA is #3D7D35. Grayscale: #9D9D9D. Windows color (decimal): -4029750 or 13271746. OLE color: 13271746.

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

Color convert

RGB194130202-
CMYK0.040.3600.21
HSL293.33º40.45%65.1%-
HSV(B)293.33º35.64%79.22%-
XYZ40.8931.759.84-
YUV157.34153.2154.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=36.88%
G=24.71%
B=38.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941302020.040.3600.21293.3340.4565.1
HexC282CA4240151252841
Octal30220231244402544550101
Binary1100001010000010110010101001001000101011001001011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282CA; }

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

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

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

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

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

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

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

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