#C156FF

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

Shades of Heliotrope #C156FF

Tints of Heliotrope #C156FF

Color information

#C156FF (or 0xC156FF) is unknown color: approx Heliotrope. HEX triplet: C1, 56 and FF. RGB value is (193,86,255). Sum of RGB (Red+Green+Blue) = 193+86+255=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #C156FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C156FF is #3EA900. Grayscale: #888888. Windows color (decimal): -4106497 or 16733889. OLE color: 16733889.

HSL color Cylindrical-coordinate representation of color #C156FF: hue angle of 277.99º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C156FF is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19386255-
CMYK0.240.6600
HSL277.99º100%66.86%-
HSV(B)277.99º66.27%100%-
XYZ43.3725.2197.19-
YUV137.26194.45167.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 86 (33.98% from 255) = 16.10%
BLUE value IS 255 (100% from 255) = 47.75%
R=36.14%
G=16.10%
B=47.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193862550.240.6600277.9910066.86
HexC156FF1842001166443
Octal3011263773010200426144103
Binary110000011010110111111111100010000100010001011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C156FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C156FF; }

 p { color: rgb(193,86,255); }

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

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

 a { background-color: rgb(193,86,255); }

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

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

 span { border-color: rgb(193,86,255); }

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