#c485ef

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

Shades of Wisteria #C485EF

Tints of Wisteria #C485EF

Color information

#C485EF (or 0xC485EF) is unknown color: approx Wisteria. HEX triplet: C4, 85 and EF. RGB value is (196,133,239). Sum of RGB (Red+Green+Blue) = 196+133+239=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #C485EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C485EF is #3B7A10. Grayscale: #A3A3A3. Windows color (decimal): -3897873 or 15697348. OLE color: 15697348.

HSL color Cylindrical-coordinate representation of color #C485EF: hue angle of 275.66º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C485EF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196133239-
CMYK0.180.4400.06
HSL275.66º76.81%72.94%-
HSV(B)275.66º44.35%93.73%-
XYZ46.7334.7485.9-
YUV163.92170.37150.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.51%
GREEN value IS 133 (52.34% from 255) = 23.42%
BLUE value IS 239 (93.75% from 255) = 42.08%
R=34.51%
G=23.42%
B=42.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961332390.180.4400.06275.6676.8172.94
HexC485EF122C061144d49
Octal304205357225406424115111
Binary11000100100001011110111110010101100011010001010010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c485ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c485ef; }

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

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

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

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

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

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

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

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