#C185DE

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

Shades of Wisteria #C185DE

Tints of Wisteria #C185DE

Color information

#C185DE (or 0xC185DE) is unknown color: approx Wisteria. HEX triplet: C1, 85 and DE. RGB value is (193,133,222). Sum of RGB (Red+Green+Blue) = 193+133+222=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #C185DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185DE is #3E7A21. Grayscale: #A0A0A0. Windows color (decimal): -4094498 or 14583233. OLE color: 14583233.

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

Color convert

RGB193133222-
CMYK0.130.4000.13
HSL280.45º57.42%69.61%-
HSV(B)280.45º40.09%87.06%-
XYZ43.5633.3973.26-
YUV161.09162.38150.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=35.22%
G=24.27%
B=40.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931332220.130.4000.13280.4557.4269.61
HexC185DED280D1183946
Octal301205336155001543071106
Binary1100000110000101110111101101101000011011000110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185DE; }

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

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

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

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

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

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

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

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