#C284D0

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

Shades of Wisteria #C284D0

Tints of Wisteria #C284D0

Color information

#C284D0 (or 0xC284D0) is unknown color: approx Wisteria. HEX triplet: C2, 84 and D0. RGB value is (194,132,208). Sum of RGB (Red+Green+Blue) = 194+132+208=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #C284D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284D0 is #3D7B2F. Grayscale: #9E9E9E. Windows color (decimal): -4029232 or 13665474. OLE color: 13665474.

HSL color Cylindrical-coordinate representation of color #C284D0: hue angle of 288.95º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C284D0 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194132208-
CMYK0.070.3700.18
HSL288.95º44.71%66.67%-
HSV(B)288.95º36.54%81.57%-
XYZ41.8832.5363.75-
YUV159.2155.54152.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=36.33%
G=24.72%
B=38.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941322080.070.3700.18288.9544.7166.67
HexC284D07250121212d43
Octal30220432074502244155103
Binary1100001010000100110100001111001010100101001000011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C284D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C284D0; }

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

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

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

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

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

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

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

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