#C583DC

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

Shades of Wisteria #C583DC

Tints of Wisteria #C583DC

Color information

#C583DC (or 0xC583DC) is unknown color: approx Wisteria. HEX triplet: C5, 83 and DC. RGB value is (197,131,220). Sum of RGB (Red+Green+Blue) = 197+131+220=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C583DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583DC is #3A7C23. Grayscale: #A0A0A0. Windows color (decimal): -3832868 or 14451653. OLE color: 14451653.

HSL color Cylindrical-coordinate representation of color #C583DC: hue angle of 284.49º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C583DC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197131220-
CMYK0.100.4000.14
HSL284.49º55.97%68.82%-
HSV(B)284.49º40.45%86.27%-
XYZ44.0633.2771.81-
YUV160.88161.37153.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 131 (51.56% from 255) = 23.91%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=35.95%
G=23.91%
B=40.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971312200.100.4000.14284.4955.9768.82
HexC583DCA280E11c3845
Octal305203334125001643470105
Binary1100010110000011110111001010101000011101000111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C583DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C583DC; }

 p { color: rgb(197,131,220); }

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

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

 a { background-color: rgb(197,131,220); }

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

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

 span { border-color: rgb(197,131,220); }

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