#C880E6

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

Shades of Wisteria #C880E6

Tints of Wisteria #C880E6

Color information

#C880E6 (or 0xC880E6) is unknown color: approx Wisteria. HEX triplet: C8, 80 and E6. RGB value is (200,128,230). Sum of RGB (Red+Green+Blue) = 200+128+230=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #C880E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880E6 is #377F19. Grayscale: #A0A0A0. Windows color (decimal): -3637018 or 15106248. OLE color: 15106248.

HSL color Cylindrical-coordinate representation of color #C880E6: hue angle of 282.35º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C880E6 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB200128230-
CMYK0.130.4400.10
HSL282.35º67.11%70.2%-
HSV(B)282.35º44.35%90.2%-
XYZ45.8233.4378.9-
YUV161.16166.85155.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.84%
GREEN value IS 128 (50.39% from 255) = 22.94%
BLUE value IS 230 (90.23% from 255) = 41.22%
R=35.84%
G=22.94%
B=41.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2001282300.130.4400.10282.3567.1170.2
HexC880E6D2C0A11a4346
Octal3102003461554012432103106
Binary11001000100000001110011011011011000101010001101010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880E6; }

 p { color: rgb(200,128,230); }

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

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

 a { background-color: rgb(200,128,230); }

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

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

 span { border-color: rgb(200,128,230); }

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