#C16EFC

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

Shades of Heliotrope #C16EFC

Tints of Heliotrope #C16EFC

Color information

#C16EFC (or 0xC16EFC) is unknown color: approx Heliotrope. HEX triplet: C1, 6E and FC. RGB value is (193,110,252). Sum of RGB (Red+Green+Blue) = 193+110+252=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #C16EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EFC is #3E9103. Grayscale: #969696. Windows color (decimal): -4100356 or 16543425. OLE color: 16543425.

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

Color convert

RGB193110252-
CMYK0.230.5600.01
HSL275.07º95.95%70.98%-
HSV(B)275.07º56.35%98.82%-
XYZ45.1429.5295.41-
YUV151185157.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 110 (43.36% from 255) = 19.82%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=34.77%
G=19.82%
B=45.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931102520.230.5600.01275.0795.9570.98
HexC16EFC1738011136047
Octal301156374277001423140107
Binary11000001110111011111100101111110000110001001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EFC; }

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

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

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

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

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

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

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

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