#C485DC

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

Shades of Wisteria #C485DC

Tints of Wisteria #C485DC

Color information

#C485DC (or 0xC485DC) is unknown color: approx Wisteria. HEX triplet: C4, 85 and DC. RGB value is (196,133,220). Sum of RGB (Red+Green+Blue) = 196+133+220=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C485DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485DC is #3B7A23. Grayscale: #A1A1A1. Windows color (decimal): -3897892 or 14452164. OLE color: 14452164.

HSL color Cylindrical-coordinate representation of color #C485DC: hue angle of 283.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C485DC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196133220-
CMYK0.110.4000.14
HSL283.45º55.41%69.22%-
HSV(B)283.45º39.55%86.27%-
XYZ44.0733.6871.89-
YUV161.76160.87152.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=35.70%
G=24.23%
B=40.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961332200.110.4000.14283.4555.4169.22
HexC485DCB280E11b3745
Octal304205334135001643367105
Binary1100010010000101110111001011101000011101000110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485DC; }

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

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

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

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

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

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

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

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