#C185D9

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

Shades of Wisteria #C185D9

Tints of Wisteria #C185D9

Color information

#C185D9 (or 0xC185D9) is unknown color: approx Wisteria. HEX triplet: C1, 85 and D9. RGB value is (193,133,217). Sum of RGB (Red+Green+Blue) = 193+133+217=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #C185D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185D9 is #3E7A26. Grayscale: #A0A0A0. Windows color (decimal): -4094503 or 14255553. OLE color: 14255553.

HSL color Cylindrical-coordinate representation of color #C185D9: hue angle of 282.86º degrees, saturation: 0.52, 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 #C185D9 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193133217-
CMYK0.110.3900.15
HSL282.86º52.5%68.63%-
HSV(B)282.86º38.71%85.1%-
XYZ42.933.1269.78-
YUV160.52159.88151.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 217 (85.16% from 255) = 39.96%
R=35.54%
G=24.49%
B=39.96%

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
Decimal1931332170.110.3900.15282.8652.568.63
HexC185D9B270F11b3445
Octal301205331134701743364105
Binary1100000110000101110110011011100111011111000110111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185D9; }

 p { color: rgb(193,133,217); }

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

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

 a { background-color: rgb(193,133,217); }

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

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

 span { border-color: rgb(193,133,217); }

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