#C186F9

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

Shades of Heliotrope #C186F9

Tints of Heliotrope #C186F9

Color information

#C186F9 (or 0xC186F9) is unknown color: approx Heliotrope. HEX triplet: C1, 86 and F9. RGB value is (193,134,249). Sum of RGB (Red+Green+Blue) = 193+134+249=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #C186F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186F9 is #3E7906. Grayscale: #A4A4A4. Windows color (decimal): -4094215 or 16352961. OLE color: 16352961.

HSL color Cylindrical-coordinate representation of color #C186F9: hue angle of 270.78º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C186F9 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193134249-
CMYK0.220.4600.02
HSL270.78º90.55%75.1%-
HSV(B)270.78º46.18%97.65%-
XYZ47.6235.2393.91-
YUV164.75175.55148.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 134 (52.73% from 255) = 23.26%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=33.51%
G=23.26%
B=43.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931342490.220.4600.02270.7890.5575.1
HexC186F9162E0210f5b4b
Octal301206371265602417133113
Binary1100000110000110111110011011010111001010000111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186F9; }

 p { color: rgb(193,134,249); }

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

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

 a { background-color: rgb(193,134,249); }

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

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

 span { border-color: rgb(193,134,249); }

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