#C484D0

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

Shades of Wisteria #C484D0

Tints of Wisteria #C484D0

Color information

#C484D0 (or 0xC484D0) is unknown color: approx Wisteria. HEX triplet: C4, 84 and D0. RGB value is (196,132,208). Sum of RGB (Red+Green+Blue) = 196+132+208=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #C484D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484D0 is #3B7B2F. Grayscale: #9F9F9F. Windows color (decimal): -3898160 or 13665476. OLE color: 13665476.

HSL color Cylindrical-coordinate representation of color #C484D0: hue angle of 290.53º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C484D0 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196132208-
CMYK0.060.3700.18
HSL290.53º44.71%66.67%-
HSV(B)290.53º36.54%81.57%-
XYZ42.432.7963.77-
YUV159.8155.2153.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=36.57%
G=24.63%
B=38.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961322080.060.3700.18290.5344.7166.67
HexC484D06250121232d43
Octal30420432064502244355103
Binary1100010010000100110100001101001010100101001000111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484D0; }

 p { color: rgb(196,132,208); }

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

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

 a { background-color: rgb(196,132,208); }

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

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

 span { border-color: rgb(196,132,208); }

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