#C282CB

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

Shades of Lilac #C282CB

Tints of Lilac #C282CB

Color information

#C282CB (or 0xC282CB) is unknown color: approx Lilac. HEX triplet: C2, 82 and CB. RGB value is (194,130,203). Sum of RGB (Red+Green+Blue) = 194+130+203=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C282CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282CB is #3D7D34. Grayscale: #9D9D9D. Windows color (decimal): -4029749 or 13337282. OLE color: 13337282.

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

Color convert

RGB194130203-
CMYK0.040.3600.20
HSL292.6º41.24%65.29%-
HSV(B)292.6º35.96%79.61%-
XYZ41.0131.7560.47-
YUV157.46153.7154.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=36.81%
G=24.67%
B=38.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941302030.040.3600.20292.641.2465.29
HexC282CB4240141252941
Octal30220231344402444551101
Binary1100001010000010110010111001001000101001001001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282CB; }

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

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

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

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

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

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

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

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