#C070FC

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

Shades of Heliotrope #C070FC

Tints of Heliotrope #C070FC

Color information

#C070FC (or 0xC070FC) is unknown color: approx Heliotrope. HEX triplet: C0, 70 and FC. RGB value is (192,112,252). Sum of RGB (Red+Green+Blue) = 192+112+252=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #C070FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070FC is #3F8F03. Grayscale: #979797. Windows color (decimal): -4165380 or 16543936. OLE color: 16543936.

HSL color Cylindrical-coordinate representation of color #C070FC: hue angle of 274.29º 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 #C070FC is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192112252-
CMYK0.240.5600.01
HSL274.29º95.89%71.37%-
HSV(B)274.29º55.56%98.82%-
XYZ45.129.8295.47-
YUV151.88184.5156.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 112 (44.14% from 255) = 20.14%
BLUE value IS 252 (98.83% from 255) = 45.32%
R=34.53%
G=20.14%
B=45.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921122520.240.5600.01274.2995.8971.37
HexC070FC1838011126047
Octal300160374307001422140107
Binary11000000111000011111100110001110000110001001011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070FC; }

 p { color: rgb(192,112,252); }

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

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

 a { background-color: rgb(192,112,252); }

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

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

 span { border-color: rgb(192,112,252); }

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