#C785ED

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

Shades of Wisteria #C785ED

Tints of Wisteria #C785ED

Color information

#C785ED (or 0xC785ED) is unknown color: approx Wisteria. HEX triplet: C7, 85 and ED. RGB value is (199,133,237). Sum of RGB (Red+Green+Blue) = 199+133+237=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #C785ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C785ED is #387A12. Grayscale: #A4A4A4. Windows color (decimal): -3701267 or 15566279. OLE color: 15566279.

HSL color Cylindrical-coordinate representation of color #C785ED: hue angle of 278.08º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C785ED is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199133237-
CMYK0.160.4400.07
HSL278.08º74.29%72.55%-
HSV(B)278.08º43.88%92.94%-
XYZ47.2335.0384.39-
YUV164.59168.87152.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.97%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=34.97%
G=23.37%
B=41.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991332370.160.4400.07278.0874.2972.55
HexC785ED102C071164a49
Octal307205355205407426112111
Binary11000111100001011110110110000101100011110001011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C785ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C785ED; }

 p { color: rgb(199,133,237); }

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

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

 a { background-color: rgb(199,133,237); }

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

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

 span { border-color: rgb(199,133,237); }

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