#c756fe

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

Shades of Heliotrope #C756FE

Tints of Heliotrope #C756FE

Color information

#C756FE (or 0xC756FE) is unknown color: approx Heliotrope. HEX triplet: C7, 56 and FE. RGB value is (199,86,254). Sum of RGB (Red+Green+Blue) = 199+86+254=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #C756FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C756FE is #38A901. Grayscale: #8A8A8A. Windows color (decimal): -3713282 or 16668359. OLE color: 16668359.

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

Color convert

RGB19986254-
CMYK0.220.6600.00
HSL280.36º98.82%66.67%-
HSV(B)280.36º66.14%99.61%-
XYZ44.7725.9596.42-
YUV138.94192.94170.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.92%
GREEN value IS 86 (33.98% from 255) = 15.96%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=36.92%
G=15.96%
B=47.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal199862540.220.6600.00280.3698.8266.67
HexC756FE1642001186343
Octal3071263762610200430143103
Binary110001111010110111111101011010000100010001100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c756fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c756fe; }

 p { color: rgb(199,86,254); }

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

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

 a { background-color: rgb(199,86,254); }

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

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

 span { border-color: rgb(199,86,254); }

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