#C483DC

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

Shades of Wisteria #C483DC

Tints of Wisteria #C483DC

Color information

#C483DC (or 0xC483DC) is unknown color: approx Wisteria. HEX triplet: C4, 83 and DC. RGB value is (196,131,220). Sum of RGB (Red+Green+Blue) = 196+131+220=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #C483DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483DC is #3B7C23. Grayscale: #A0A0A0. Windows color (decimal): -3898404 or 14451652. OLE color: 14451652.

HSL color Cylindrical-coordinate representation of color #C483DC: hue angle of 283.82º 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 #C483DC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196131220-
CMYK0.110.4000.14
HSL283.82º55.97%68.82%-
HSV(B)283.82º40.45%86.27%-
XYZ43.833.1471.8-
YUV160.58161.53153.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=35.83%
G=23.95%
B=40.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961312200.110.4000.14283.8255.9768.82
HexC483DCB280E11c3845
Octal304203334135001643470105
Binary1100010010000011110111001011101000011101000111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483DC; }

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

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

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

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

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

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

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

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