#c884ed

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

Shades of Wisteria #C884ED

Tints of Wisteria #C884ED

Color information

#C884ED (or 0xC884ED) is unknown color: approx Wisteria. HEX triplet: C8, 84 and ED. RGB value is (200,132,237). Sum of RGB (Red+Green+Blue) = 200+132+237=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 132 (51.95% from 255 or 23.20% 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 #C884ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884ED is #377B12. Grayscale: #A3A3A3. Windows color (decimal): -3635987 or 15566024. OLE color: 15566024.

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

Color convert

RGB200132237-
CMYK0.160.4400.07
HSL278.86º74.47%72.35%-
HSV(B)278.86º44.3%92.94%-
XYZ47.3634.984.36-
YUV164.3169.03153.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=35.15%
G=23.20%
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
Decimal2001322370.160.4400.07278.8674.4772.35
HexC884ED102C071174a48
Octal310204355205407427112110
Binary11001000100001001110110110000101100011110001011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c884ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c884ed; }

 p { color: rgb(200,132,237); }

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

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

 a { background-color: rgb(200,132,237); }

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

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

 span { border-color: rgb(200,132,237); }

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