#C785EE

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

Shades of Wisteria #C785EE

Tints of Wisteria #C785EE

Color information

#C785EE (or 0xC785EE) is unknown color: approx Wisteria. HEX triplet: C7, 85 and EE. RGB value is (199,133,238). Sum of RGB (Red+Green+Blue) = 199+133+238=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #C785EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C785EE is #387A11. Grayscale: #A4A4A4. Windows color (decimal): -3701266 or 15631815. OLE color: 15631815.

HSL color Cylindrical-coordinate representation of color #C785EE: hue angle of 277.71º degrees, saturation: 0.76, 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 #C785EE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199133238-
CMYK0.160.4400.07
HSL277.71º75.54%72.75%-
HSV(B)277.71º44.12%93.33%-
XYZ47.3735.0985.17-
YUV164.7169.37152.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=34.91%
G=23.33%
B=41.75%

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
Decimal1991332380.160.4400.07277.7175.5472.75
HexC785EE102C071164c49
Octal307205356205407426114111
Binary11000111100001011110111010000101100011110001011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C785EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C785EE; }

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

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

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

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

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

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

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

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