#C884E1

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

Shades of Wisteria #C884E1

Tints of Wisteria #C884E1

Color information

#C884E1 (or 0xC884E1) is unknown color: approx Wisteria. HEX triplet: C8, 84 and E1. RGB value is (200,132,225). Sum of RGB (Red+Green+Blue) = 200+132+225=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #C884E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884E1 is #377B1E. Grayscale: #A2A2A2. Windows color (decimal): -3635999 or 14779592. OLE color: 14779592.

HSL color Cylindrical-coordinate representation of color #C884E1: hue angle of 283.87º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C884E1 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200132225-
CMYK0.110.4100.12
HSL283.87º60.78%70%-
HSV(B)283.87º41.33%88.24%-
XYZ45.6634.2275.43-
YUV162.93163.03154.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=35.91%
G=23.70%
B=40.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001322250.110.4100.12283.8760.7870
HexC884E1B290C11c3d46
Octal310204341135101443475106
Binary1100100010000100111000011011101001011001000111001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884E1; }

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

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

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

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

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

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

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

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