#C88FDB

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

Shades of Wisteria #C88FDB

Tints of Wisteria #C88FDB

Color information

#C88FDB (or 0xC88FDB) is unknown color: approx Wisteria. HEX triplet: C8, 8F and DB. RGB value is (200,143,219). Sum of RGB (Red+Green+Blue) = 200+143+219=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C88FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FDB is #377024. Grayscale: #A8A8A8. Windows color (decimal): -3633189 or 14389192. OLE color: 14389192.

HSL color Cylindrical-coordinate representation of color #C88FDB: hue angle of 285º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88FDB is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200143219-
CMYK0.090.3500.14
HSL285º51.35%70.98%-
HSV(B)285º34.7%85.88%-
XYZ46.4337.0471.72-
YUV168.71156.38150.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.59%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=35.59%
G=25.44%
B=38.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001432190.090.3500.1428551.3570.98
HexC88FDB9230E11d3347
Octal310217333114301643563107
Binary1100100010001111110110111001100011011101000111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88FDB; }

 p { color: rgb(200,143,219); }

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

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

 a { background-color: rgb(200,143,219); }

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

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

 span { border-color: rgb(200,143,219); }

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