#C185D2

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

Shades of Wisteria #C185D2

Tints of Wisteria #C185D2

Color information

#C185D2 (or 0xC185D2) is unknown color: approx Wisteria. HEX triplet: C1, 85 and D2. RGB value is (193,133,210). Sum of RGB (Red+Green+Blue) = 193+133+210=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #C185D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185D2 is #3E7A2D. Grayscale: #9F9F9F. Windows color (decimal): -4094510 or 13796801. OLE color: 13796801.

HSL color Cylindrical-coordinate representation of color #C185D2: hue angle of 286.75º degrees, saturation: 0.46, 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 #C185D2 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193133210-
CMYK0.080.3700.18
HSL286.75º46.11%67.25%-
HSV(B)286.75º36.67%82.35%-
XYZ42.0132.7765.08-
YUV159.72156.38151.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.01%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 210 (82.42% from 255) = 39.18%
R=36.01%
G=24.81%
B=39.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931332100.080.3700.18286.7546.1167.25
HexC185D282501211f2e43
Octal301205322104502243756103
Binary11000001100001011101001010001001010100101000111111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185D2; }

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

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

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

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

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

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

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

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