#C781DC

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

Shades of Wisteria #C781DC

Tints of Wisteria #C781DC

Color information

#C781DC (or 0xC781DC) is unknown color: approx Wisteria. HEX triplet: C7, 81 and DC. RGB value is (199,129,220). Sum of RGB (Red+Green+Blue) = 199+129+220=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C781DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781DC is #387E23. Grayscale: #A0A0A0. Windows color (decimal): -3702308 or 14451143. OLE color: 14451143.

HSL color Cylindrical-coordinate representation of color #C781DC: hue angle of 286.15º 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 #C781DC is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199129220-
CMYK0.100.4100.14
HSL286.15º56.52%68.43%-
HSV(B)286.15º41.36%86.27%-
XYZ44.3233.0171.75-
YUV160.3161.69155.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.31%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=36.31%
G=23.54%
B=40.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991292200.100.4100.14286.1556.5268.43
HexC781DCA290E11e3944
Octal307201334125101643671104
Binary1100011110000001110111001010101001011101000111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C781DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C781DC; }

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

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

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

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

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

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

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

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