#C287DA

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

Shades of Wisteria #C287DA

Tints of Wisteria #C287DA

Color information

#C287DA (or 0xC287DA) is unknown color: approx Wisteria. HEX triplet: C2, 87 and DA. RGB value is (194,135,218). Sum of RGB (Red+Green+Blue) = 194+135+218=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #C287DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287DA is #3D7825. Grayscale: #A1A1A1. Windows color (decimal): -4028454 or 14321602. OLE color: 14321602.

HSL color Cylindrical-coordinate representation of color #C287DA: hue angle of 282.65º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C287DA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194135218-
CMYK0.110.3800.15
HSL282.65º52.87%69.22%-
HSV(B)282.65º38.07%85.49%-
XYZ43.5733.8670.57-
YUV162.1159.55150.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 135 (53.12% from 255) = 24.68%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=35.47%
G=24.68%
B=39.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941352180.110.3800.15282.6552.8769.22
HexC287DAB260F11b3545
Octal302207332134601743365105
Binary1100001010000111110110101011100110011111000110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C287DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C287DA; }

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

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

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

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

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

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

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

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