#C283EE

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

Shades of Wisteria #C283EE

Tints of Wisteria #C283EE

Color information

#C283EE (or 0xC283EE) is unknown color: approx Wisteria. HEX triplet: C2, 83 and EE. RGB value is (194,131,238). Sum of RGB (Red+Green+Blue) = 194+131+238=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #C283EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C283EE is #3D7C11. Grayscale: #A1A1A1. Windows color (decimal): -4029458 or 15631298. OLE color: 15631298.

HSL color Cylindrical-coordinate representation of color #C283EE: hue angle of 275.33º degrees, saturation: 0.76, 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 #C283EE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194131238-
CMYK0.180.4500.07
HSL275.33º75.89%72.35%-
HSV(B)275.33º44.96%93.33%-
XYZ45.833.8785.01-
YUV162.04170.87150.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 131 (51.56% from 255) = 23.27%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=34.46%
G=23.27%
B=42.27%

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
Decimal1941312380.180.4500.07275.3375.8972.35
HexC283EE122D071134c48
Octal302203356225507423114110
Binary11000010100000111110111010010101101011110001001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C283EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C283EE; }

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

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

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

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

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

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

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

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