#C485EA

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

Shades of Wisteria #C485EA

Tints of Wisteria #C485EA

Color information

#C485EA (or 0xC485EA) is unknown color: approx Wisteria. HEX triplet: C4, 85 and EA. RGB value is (196,133,234). Sum of RGB (Red+Green+Blue) = 196+133+234=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #C485EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C485EA is #3B7A15. Grayscale: #A3A3A3. Windows color (decimal): -3897878 or 15369668. OLE color: 15369668.

HSL color Cylindrical-coordinate representation of color #C485EA: hue angle of 277.43º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C485EA is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196133234-
CMYK0.160.4300.08
HSL277.43º70.63%71.96%-
HSV(B)277.43º43.16%91.76%-
XYZ4634.4582.07-
YUV163.35167.87151.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=34.81%
G=23.62%
B=41.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961332340.160.4300.08277.4370.6371.96
HexC485EA102B081154748
Octal3042053522053010425107110
Binary110001001000010111101010100001010110100010001010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485EA; }

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

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

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

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

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

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

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

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