#C387DD

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

Shades of Wisteria #C387DD

Tints of Wisteria #C387DD

Color information

#C387DD (or 0xC387DD) is unknown color: approx Wisteria. HEX triplet: C3, 87 and DD. RGB value is (195,135,221). Sum of RGB (Red+Green+Blue) = 195+135+221=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #C387DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387DD is #3C7822. Grayscale: #A2A2A2. Windows color (decimal): -3962915 or 14518211. OLE color: 14518211.

HSL color Cylindrical-coordinate representation of color #C387DD: hue angle of 281.86º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C387DD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195135221-
CMYK0.120.3900.13
HSL281.86º55.84%69.8%-
HSV(B)281.86º38.91%86.67%-
XYZ44.2234.1572.67-
YUV162.74160.88151.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 135 (53.12% from 255) = 24.50%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=35.39%
G=24.50%
B=40.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951352210.120.3900.13281.8655.8469.8
HexC387DDC270D11a3846
Octal303207335144701543270106
Binary1100001110000111110111011100100111011011000110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387DD; }

 p { color: rgb(195,135,221); }

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

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

 a { background-color: rgb(195,135,221); }

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

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

 span { border-color: rgb(195,135,221); }

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