#C185CE

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

Shades of Wisteria #C185CE

Tints of Wisteria #C185CE

Color information

#C185CE (or 0xC185CE) is unknown color: approx Wisteria. HEX triplet: C1, 85 and CE. RGB value is (193,133,206). Sum of RGB (Red+Green+Blue) = 193+133+206=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #C185CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185CE is #3E7A31. Grayscale: #9F9F9F. Windows color (decimal): -4094514 or 13534657. OLE color: 13534657.

HSL color Cylindrical-coordinate representation of color #C185CE: hue angle of 289.32º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C185CE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193133206-
CMYK0.060.3500.19
HSL289.32º42.69%66.47%-
HSV(B)289.32º35.44%80.78%-
XYZ41.5232.5762.49-
YUV159.26154.38152.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.28%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=36.28%
G=25%
B=38.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931332060.060.3500.19289.3242.6966.47
HexC185CE6230131212b42
Octal30120531664302344153102
Binary1100000110000101110011101101000110100111001000011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185CE; }

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

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

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

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

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

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

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

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