#C88FD7

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

Shades of Wisteria #C88FD7

Tints of Wisteria #C88FD7

Color information

#C88FD7 (or 0xC88FD7) is unknown color: approx Wisteria. HEX triplet: C8, 8F and D7. RGB value is (200,143,215). Sum of RGB (Red+Green+Blue) = 200+143+215=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #C88FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FD7 is #377028. Grayscale: #A8A8A8. Windows color (decimal): -3633193 or 14127048. OLE color: 14127048.

HSL color Cylindrical-coordinate representation of color #C88FD7: hue angle of 287.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C88FD7 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200143215-
CMYK0.070.3300.16
HSL287.5º47.37%70.2%-
HSV(B)287.5º33.49%84.31%-
XYZ45.9136.8368.98-
YUV168.25154.38150.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.84%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=35.84%
G=25.63%
B=38.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001432150.070.3300.16287.547.3770.2
HexC88FD77210101202f46
Octal31021732774102044057106
Binary1100100010001111110101111111000010100001001000001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88FD7; }

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

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

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

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

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

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

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

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