#C287DE

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

Shades of Wisteria #C287DE

Tints of Wisteria #C287DE

Color information

#C287DE (or 0xC287DE) is unknown color: approx Wisteria. HEX triplet: C2, 87 and DE. RGB value is (194,135,222). Sum of RGB (Red+Green+Blue) = 194+135+222=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #C287DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287DE is #3D7821. Grayscale: #A2A2A2. Windows color (decimal): -4028450 or 14583746. OLE color: 14583746.

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

Color convert

RGB194135222-
CMYK0.130.3900.13
HSL280.69º56.86%70%-
HSV(B)280.69º39.19%87.06%-
XYZ44.134.0773.36-
YUV162.56161.55150.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 135 (53.12% from 255) = 24.50%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=35.21%
G=24.50%
B=40.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941352220.130.3900.13280.6956.8670
HexC287DED270D1193946
Octal302207336154701543171106
Binary1100001010000111110111101101100111011011000110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C287DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C287DE; }

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

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

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

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

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

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

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

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