#C88DF0

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

Shades of Wisteria #C88DF0

Tints of Wisteria #C88DF0

Color information

#C88DF0 (or 0xC88DF0) is unknown color: approx Wisteria. HEX triplet: C8, 8D and F0. RGB value is (200,141,240). Sum of RGB (Red+Green+Blue) = 200+141+240=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #C88DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88DF0 is #37720F. Grayscale: #A9A9A9. Windows color (decimal): -3633680 or 15764936. OLE color: 15764936.

HSL color Cylindrical-coordinate representation of color #C88DF0: hue angle of 275.76º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C88DF0 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200141240-
CMYK0.170.4100.06
HSL275.76º76.74%74.71%-
HSV(B)275.76º41.25%94.12%-
XYZ49.0737.6287.11-
YUV169.93167.55149.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 240 (94.14% from 255) = 41.31%
R=34.42%
G=24.27%
B=41.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001412400.170.4100.06275.7676.7474.71
HexC88DF01129061144d4b
Octal310215360215106424115113
Binary11001000100011011111000010001101001011010001010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DF0; }

 p { color: rgb(200,141,240); }

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

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

 a { background-color: rgb(200,141,240); }

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

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

 span { border-color: rgb(200,141,240); }

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