#C885EE

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

Shades of Wisteria #C885EE

Tints of Wisteria #C885EE

Color information

#C885EE (or 0xC885EE) is unknown color: approx Wisteria. HEX triplet: C8, 85 and EE. RGB value is (200,133,238). Sum of RGB (Red+Green+Blue) = 200+133+238=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #C885EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885EE is #377A11. Grayscale: #A4A4A4. Windows color (decimal): -3635730 or 15631816. OLE color: 15631816.

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

Color convert

RGB200133238-
CMYK0.160.4400.07
HSL278.29º75.54%72.75%-
HSV(B)278.29º44.12%93.33%-
XYZ47.6435.2385.18-
YUV165169.2152.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=35.03%
G=23.29%
B=41.68%

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
Decimal2001332380.160.4400.07278.2975.5472.75
HexC885EE102C071164c49
Octal310205356205407426114111
Binary11001000100001011110111010000101100011110001011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885EE; }

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

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

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

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

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

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

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

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