#C481DC

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

Shades of Wisteria #C481DC

Tints of Wisteria #C481DC

Color information

#C481DC (or 0xC481DC) is unknown color: approx Wisteria. HEX triplet: C4, 81 and DC. RGB value is (196,129,220). Sum of RGB (Red+Green+Blue) = 196+129+220=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C481DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481DC is #3B7E23. Grayscale: #9F9F9F. Windows color (decimal): -3898916 or 14451140. OLE color: 14451140.

HSL color Cylindrical-coordinate representation of color #C481DC: hue angle of 284.18º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C481DC is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196129220-
CMYK0.110.4100.14
HSL284.18º56.52%68.43%-
HSV(B)284.18º41.36%86.27%-
XYZ43.5332.671.71-
YUV159.41162.2154.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=35.96%
G=23.67%
B=40.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961292200.110.4100.14284.1856.5268.43
HexC481DCB290E11c3944
Octal304201334135101643471104
Binary1100010010000001110111001011101001011101000111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481DC; }

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

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

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

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

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

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

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

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