#C284DD

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

Shades of Wisteria #C284DD

Tints of Wisteria #C284DD

Color information

#C284DD (or 0xC284DD) is unknown color: approx Wisteria. HEX triplet: C2, 84 and DD. RGB value is (194,132,221). Sum of RGB (Red+Green+Blue) = 194+132+221=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #C284DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284DD is #3D7B22. Grayscale: #A0A0A0. Windows color (decimal): -4029219 or 14517442. OLE color: 14517442.

HSL color Cylindrical-coordinate representation of color #C284DD: hue angle of 281.8º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C284DD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194132221-
CMYK0.120.4000.13
HSL281.8º56.69%69.22%-
HSV(B)281.8º40.27%86.67%-
XYZ43.5533.1972.52-
YUV160.68162.04151.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=35.47%
G=24.13%
B=40.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941322210.120.4000.13281.856.6969.22
HexC284DDC280D11a3945
Octal302204335145001543271105
Binary1100001010000100110111011100101000011011000110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C284DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C284DD; }

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

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

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

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

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

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

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

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