#C287DD

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

Shades of Wisteria #C287DD

Tints of Wisteria #C287DD

Color information

#C287DD (or 0xC287DD) is unknown color: approx Wisteria. HEX triplet: C2, 87 and DD. RGB value is (194,135,221). Sum of RGB (Red+Green+Blue) = 194+135+221=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C287DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287DD is #3D7822. Grayscale: #A2A2A2. Windows color (decimal): -4028451 or 14518210. OLE color: 14518210.

HSL color Cylindrical-coordinate representation of color #C287DD: hue angle of 281.16º 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 #C287DD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194135221-
CMYK0.120.3900.13
HSL281.16º55.84%69.8%-
HSV(B)281.16º38.91%86.67%-
XYZ43.9634.0272.66-
YUV162.44161.05150.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=35.27%
G=24.55%
B=40.18%

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
Decimal1941352210.120.3900.13281.1655.8469.8
HexC287DDC270D1193846
Octal302207335144701543170106
Binary1100001010000111110111011100100111011011000110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C287DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C287DD; }

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

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

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

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

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

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

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

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