#C485E6

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

Shades of Wisteria #C485E6

Tints of Wisteria #C485E6

Color information

#C485E6 (or 0xC485E6) is unknown color: approx Wisteria. HEX triplet: C4, 85 and E6. RGB value is (196,133,230). Sum of RGB (Red+Green+Blue) = 196+133+230=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #C485E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C485E6 is #3B7A19. Grayscale: #A2A2A2. Windows color (decimal): -3897882 or 15107524. OLE color: 15107524.

HSL color Cylindrical-coordinate representation of color #C485E6: hue angle of 278.97º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C485E6 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196133230-
CMYK0.150.4200.10
HSL278.97º65.99%71.18%-
HSV(B)278.97º42.17%90.2%-
XYZ45.4434.2279.07-
YUV162.9165.87151.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.06%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 230 (90.23% from 255) = 41.14%
R=35.06%
G=23.79%
B=41.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961332300.150.4200.10278.9765.9971.18
HexC485E6F2A0A1174247
Octal3042053461752012427102107
Binary11000100100001011110011011111010100101010001011110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485E6; }

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

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

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

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

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

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

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

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