#C287DC

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

Shades of Wisteria #C287DC

Tints of Wisteria #C287DC

Color information

#C287DC (or 0xC287DC) is unknown color: approx Wisteria. HEX triplet: C2, 87 and DC. RGB value is (194,135,220). Sum of RGB (Red+Green+Blue) = 194+135+220=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C287DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287DC is #3D7823. Grayscale: #A2A2A2. Windows color (decimal): -4028452 or 14452674. OLE color: 14452674.

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

Color convert

RGB194135220-
CMYK0.120.3900.14
HSL281.65º54.84%69.61%-
HSV(B)281.65º38.64%86.27%-
XYZ43.8333.9671.96-
YUV162.33160.55150.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.34%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=35.34%
G=24.59%
B=40.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941352200.120.3900.14281.6554.8469.61
HexC287DCC270E11a3746
Octal302207334144701643267106
Binary1100001010000111110111001100100111011101000110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C287DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C287DC; }

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

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

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

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

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

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

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

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