#C88CE6

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

Shades of Wisteria #C88CE6

Tints of Wisteria #C88CE6

Color information

#C88CE6 (or 0xC88CE6) is unknown color: approx Wisteria. HEX triplet: C8, 8C and E6. RGB value is (200,140,230). Sum of RGB (Red+Green+Blue) = 200+140+230=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #C88CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CE6 is #377319. Grayscale: #A7A7A7. Windows color (decimal): -3633946 or 15109320. OLE color: 15109320.

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

Color convert

RGB200140230-
CMYK0.130.3900.10
HSL280º64.29%72.55%-
HSV(B)280º39.13%90.2%-
XYZ47.4836.7579.45-
YUV168.2162.88150.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.09%
GREEN value IS 140 (55.08% from 255) = 24.56%
BLUE value IS 230 (90.23% from 255) = 40.35%
R=35.09%
G=24.56%
B=40.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2001402300.130.3900.1028064.2972.55
HexC88CE6D270A1184049
Octal3102143461547012430100111
Binary11001000100011001110011011011001110101010001100010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CE6; }

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

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

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

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

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

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

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

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