#C483DB

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

Shades of Wisteria #C483DB

Tints of Wisteria #C483DB

Color information

#C483DB (or 0xC483DB) is unknown color: approx Wisteria. HEX triplet: C4, 83 and DB. RGB value is (196,131,219). Sum of RGB (Red+Green+Blue) = 196+131+219=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #C483DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483DB is #3B7C24. Grayscale: #A0A0A0. Windows color (decimal): -3898405 or 14386116. OLE color: 14386116.

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

Color convert

RGB196131219-
CMYK0.110.4000.14
HSL284.32º55%68.63%-
HSV(B)284.32º40.18%85.88%-
XYZ43.6733.0871.1-
YUV160.47161.03153.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=35.90%
G=23.99%
B=40.11%

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
Decimal1961312190.110.4000.14284.325568.63
HexC483DBB280E11c3745
Octal304203333135001643467105
Binary1100010010000011110110111011101000011101000111001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483DB; }

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

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

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

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

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

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

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

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