#C283ED

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

Shades of Wisteria #C283ED

Tints of Wisteria #C283ED

Color information

#C283ED (or 0xC283ED) is unknown color: approx Wisteria. HEX triplet: C2, 83 and ED. RGB value is (194,131,237). Sum of RGB (Red+Green+Blue) = 194+131+237=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #C283ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C283ED is #3D7C12. Grayscale: #A1A1A1. Windows color (decimal): -4029459 or 15565762. OLE color: 15565762.

HSL color Cylindrical-coordinate representation of color #C283ED: hue angle of 275.66º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C283ED is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194131237-
CMYK0.180.4500.07
HSL275.66º74.65%72.16%-
HSV(B)275.66º44.73%92.94%-
XYZ45.6533.8284.24-
YUV161.92170.37150.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 131 (51.56% from 255) = 23.31%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=34.52%
G=23.31%
B=42.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941312370.180.4500.07275.6674.6572.16
HexC283ED122D071144b48
Octal302203355225507424113110
Binary11000010100000111110110110010101101011110001010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C283ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C283ED; }

 p { color: rgb(194,131,237); }

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

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

 a { background-color: rgb(194,131,237); }

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

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

 span { border-color: rgb(194,131,237); }

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