#C88ADF

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

Shades of Wisteria #C88ADF

Tints of Wisteria #C88ADF

Color information

#C88ADF (or 0xC88ADF) is unknown color: approx Wisteria. HEX triplet: C8, 8A and DF. RGB value is (200,138,223). Sum of RGB (Red+Green+Blue) = 200+138+223=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #C88ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ADF is #377520. Grayscale: #A5A5A5. Windows color (decimal): -3634465 or 14650056. OLE color: 14650056.

HSL color Cylindrical-coordinate representation of color #C88ADF: hue angle of 283.76º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C88ADF is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200138223-
CMYK0.100.3800.13
HSL283.76º57.05%70.78%-
HSV(B)283.76º38.12%87.45%-
XYZ46.2335.7874.28-
YUV166.23160.04152.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.65%
GREEN value IS 138 (54.30% from 255) = 24.60%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=35.65%
G=24.60%
B=39.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001382230.100.3800.13283.7657.0570.78
HexC88ADFA260D11c3947
Octal310212337124601543471107
Binary1100100010001010110111111010100110011011000111001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88ADF; }

 p { color: rgb(200,138,223); }

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

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

 a { background-color: rgb(200,138,223); }

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

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

 span { border-color: rgb(200,138,223); }

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