#C284EB

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

Shades of Wisteria #C284EB

Tints of Wisteria #C284EB

Color information

#C284EB (or 0xC284EB) is unknown color: approx Wisteria. HEX triplet: C2, 84 and EB. RGB value is (194,132,235). Sum of RGB (Red+Green+Blue) = 194+132+235=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #C284EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C284EB is #3D7B14. Grayscale: #A1A1A1. Windows color (decimal): -4029205 or 15434946. OLE color: 15434946.

HSL color Cylindrical-coordinate representation of color #C284EB: hue angle of 276.12º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C284EB is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194132235-
CMYK0.170.4400.08
HSL276.12º72.03%71.96%-
HSV(B)276.12º43.83%92.16%-
XYZ45.4933.9782.76-
YUV162.28169.04150.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=34.58%
G=23.53%
B=41.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941322350.170.4400.08276.1272.0371.96
HexC284EB112C081144848
Octal3022043532154010424110110
Binary110000101000010011101011100011011000100010001010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C284EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C284EB; }

 p { color: rgb(194,132,235); }

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

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

 a { background-color: rgb(194,132,235); }

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

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

 span { border-color: rgb(194,132,235); }

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