#C88DFB

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

Shades of Wisteria #C88DFB

Tints of Wisteria #C88DFB

Color information

#C88DFB (or 0xC88DFB) is unknown color: approx Wisteria. HEX triplet: C8, 8D and FB. RGB value is (200,141,251). Sum of RGB (Red+Green+Blue) = 200+141+251=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #C88DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88DFB is #377204. Grayscale: #AAAAAA. Windows color (decimal): -3633669 or 16485832. OLE color: 16485832.

HSL color Cylindrical-coordinate representation of color #C88DFB: hue angle of 272.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88DFB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200141251-
CMYK0.200.4400.02
HSL272.18º93.22%76.86%-
HSV(B)272.18º43.82%98.43%-
XYZ50.7638.2995.98-
YUV171.18173.05148.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 141 (55.47% from 255) = 23.82%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=33.78%
G=23.82%
B=42.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001412510.200.4400.02272.1893.2276.86
HexC88DFB142C021105d4d
Octal310215373245402420135115
Binary1100100010001101111110111010010110001010001000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DFB; }

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

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

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

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

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

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

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

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