#C16EFD

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

Shades of Heliotrope #C16EFD

Tints of Heliotrope #C16EFD

Color information

#C16EFD (or 0xC16EFD) is unknown color: approx Heliotrope. HEX triplet: C1, 6E and FD. RGB value is (193,110,253). Sum of RGB (Red+Green+Blue) = 193+110+253=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #C16EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EFD is #3E9102. Grayscale: #969696. Windows color (decimal): -4100355 or 16608961. OLE color: 16608961.

HSL color Cylindrical-coordinate representation of color #C16EFD: hue angle of 274.83º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C16EFD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193110253-
CMYK0.240.5700.01
HSL274.83º97.28%71.18%-
HSV(B)274.83º56.52%99.22%-
XYZ45.329.5896.25-
YUV151.12185.5157.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 110 (43.36% from 255) = 19.78%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=34.71%
G=19.78%
B=45.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931102530.240.5700.01274.8397.2871.18
HexC16EFD1839011136147
Octal301156375307101423141107
Binary11000001110111011111101110001110010110001001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EFD; }

 p { color: rgb(193,110,253); }

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

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

 a { background-color: rgb(193,110,253); }

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

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

 span { border-color: rgb(193,110,253); }

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