#C161FA

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

Shades of Heliotrope #C161FA

Tints of Heliotrope #C161FA

Color information

#C161FA (or 0xC161FA) is unknown color: approx Heliotrope. HEX triplet: C1, 61 and FA. RGB value is (193,97,250). Sum of RGB (Red+Green+Blue) = 193+97+250=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #C161FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C161FA is #3E9E05. Grayscale: #8E8E8E. Windows color (decimal): -4103686 or 16409025. OLE color: 16409025.

HSL color Cylindrical-coordinate representation of color #C161FA: hue angle of 277.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C161FA is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19397250-
CMYK0.230.6100.02
HSL277.65º93.87%68.04%-
HSV(B)277.65º61.2%98.04%-
XYZ43.5226.7993.32-
YUV143.15188.3163.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.74%
GREEN value IS 97 (38.28% from 255) = 17.96%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=35.74%
G=17.96%
B=46.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193972500.230.6100.02277.6593.8768.04
HexC161FA173D021165e44
Octal301141372277502426136104
Binary110000011100001111110101011111110101010001011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C161FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C161FA; }

 p { color: rgb(193,97,250); }

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

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

 a { background-color: rgb(193,97,250); }

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

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

 span { border-color: rgb(193,97,250); }

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