#C485D6

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

Shades of Wisteria #C485D6

Tints of Wisteria #C485D6

Color information

#C485D6 (or 0xC485D6) is unknown color: approx Wisteria. HEX triplet: C4, 85 and D6. RGB value is (196,133,214). Sum of RGB (Red+Green+Blue) = 196+133+214=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #C485D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485D6 is #3B7A29. Grayscale: #A0A0A0. Windows color (decimal): -3897898 or 14058948. OLE color: 14058948.

HSL color Cylindrical-coordinate representation of color #C485D6: hue angle of 286.67º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C485D6 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196133214-
CMYK0.080.3800.16
HSL286.67º49.69%68.04%-
HSV(B)286.67º37.85%83.92%-
XYZ43.2933.3767.78-
YUV161.07157.87152.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 214 (83.98% from 255) = 39.41%
R=36.10%
G=24.49%
B=39.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961332140.080.3800.16286.6749.6968.04
HexC485D682601011f3244
Octal304205326104602043762104
Binary11000100100001011101011010001001100100001000111111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485D6; }

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

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

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

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

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

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

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

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