#C483DF

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

Shades of Wisteria #C483DF

Tints of Wisteria #C483DF

Color information

#C483DF (or 0xC483DF) is unknown color: approx Wisteria. HEX triplet: C4, 83 and DF. RGB value is (196,131,223). Sum of RGB (Red+Green+Blue) = 196+131+223=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #C483DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483DF is #3B7C20. Grayscale: #A0A0A0. Windows color (decimal): -3898401 or 14648260. OLE color: 14648260.

HSL color Cylindrical-coordinate representation of color #C483DF: hue angle of 282.39º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C483DF is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196131223-
CMYK0.120.4100.13
HSL282.39º58.97%69.41%-
HSV(B)282.39º41.26%87.45%-
XYZ44.233.373.91-
YUV160.92163.03153.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.64%
GREEN value IS 131 (51.56% from 255) = 23.82%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=35.64%
G=23.82%
B=40.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961312230.120.4100.13282.3958.9769.41
HexC483DFC290D11a3b45
Octal304203337145101543273105
Binary1100010010000011110111111100101001011011000110101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483DF; }

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

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

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

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

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

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

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

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