#C485DA

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

Shades of Wisteria #C485DA

Tints of Wisteria #C485DA

Color information

#C485DA (or 0xC485DA) is unknown color: approx Wisteria. HEX triplet: C4, 85 and DA. RGB value is (196,133,218). Sum of RGB (Red+Green+Blue) = 196+133+218=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #C485DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485DA is #3B7A25. Grayscale: #A1A1A1. Windows color (decimal): -3897894 or 14321092. OLE color: 14321092.

HSL color Cylindrical-coordinate representation of color #C485DA: hue angle of 284.47º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C485DA is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196133218-
CMYK0.100.3900.15
HSL284.47º53.46%68.82%-
HSV(B)284.47º38.99%85.49%-
XYZ43.8133.5770.5-
YUV161.53159.87152.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=35.83%
G=24.31%
B=39.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961332180.100.3900.15284.4753.4668.82
HexC485DAA270F11c3545
Octal304205332124701743465105
Binary1100010010000101110110101010100111011111000111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485DA; }

 p { color: rgb(196,133,218); }

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

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

 a { background-color: rgb(196,133,218); }

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

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

 span { border-color: rgb(196,133,218); }

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