#C888E6

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

Shades of Wisteria #C888E6

Tints of Wisteria #C888E6

Color information

#C888E6 (or 0xC888E6) is unknown color: approx Wisteria. HEX triplet: C8, 88 and E6. RGB value is (200,136,230). Sum of RGB (Red+Green+Blue) = 200+136+230=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #C888E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C888E6 is #377719. Grayscale: #A5A5A5. Windows color (decimal): -3634970 or 15108296. OLE color: 15108296.

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

Color convert

RGB200136230-
CMYK0.130.4100.10
HSL280.85º65.28%71.76%-
HSV(B)280.85º40.87%90.2%-
XYZ46.9135.679.26-
YUV165.85164.2152.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 136 (53.52% from 255) = 24.03%
BLUE value IS 230 (90.23% from 255) = 40.64%
R=35.34%
G=24.03%
B=40.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2001362300.130.4100.10280.8565.2871.76
HexC888E6D290A1194148
Octal3102103461551012431101110
Binary11001000100010001110011011011010010101010001100110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C888E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C888E6; }

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

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

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

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

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

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

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

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