#C285DA

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

Shades of Wisteria #C285DA

Tints of Wisteria #C285DA

Color information

#C285DA (or 0xC285DA) is unknown color: approx Wisteria. HEX triplet: C2, 85 and DA. RGB value is (194,133,218). Sum of RGB (Red+Green+Blue) = 194+133+218=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C285DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285DA is #3D7A25. Grayscale: #A0A0A0. Windows color (decimal): -4028966 or 14321090. OLE color: 14321090.

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

Color convert

RGB194133218-
CMYK0.110.3900.15
HSL283.06º53.46%68.82%-
HSV(B)283.06º38.99%85.49%-
XYZ43.2933.3170.48-
YUV160.93160.21151.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 218 (85.55% from 255) = 40%
R=35.60%
G=24.40%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941332180.110.3900.15283.0653.4668.82
HexC285DAB270F11b3545
Octal302205332134701743365105
Binary1100001010000101110110101011100111011111000110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285DA; }

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

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

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

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

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

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

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

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