#C185EE

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

Shades of Wisteria #C185EE

Tints of Wisteria #C185EE

Color information

#C185EE (or 0xC185EE) is unknown color: approx Wisteria. HEX triplet: C1, 85 and EE. RGB value is (193,133,238). Sum of RGB (Red+Green+Blue) = 193+133+238=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #C185EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185EE is #3E7A11. Grayscale: #A2A2A2. Windows color (decimal): -4094482 or 15631809. OLE color: 15631809.

HSL color Cylindrical-coordinate representation of color #C185EE: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C185EE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193133238-
CMYK0.190.4400.07
HSL274.29º75.54%72.75%-
HSV(B)274.29º44.12%93.33%-
XYZ45.8134.2985.09-
YUV162.91170.38149.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.22%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=34.22%
G=23.58%
B=42.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931332380.190.4400.07274.2975.5472.75
HexC185EE132C071124c49
Octal301205356235407422114111
Binary11000001100001011110111010011101100011110001001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185EE; }

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

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

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

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

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

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

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

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