#C070F1

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

Shades of Heliotrope #C070F1

Tints of Heliotrope #C070F1

Color information

#C070F1 (or 0xC070F1) is unknown color: approx Heliotrope. HEX triplet: C0, 70 and F1. RGB value is (192,112,241). Sum of RGB (Red+Green+Blue) = 192+112+241=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #C070F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070F1 is #3F8F0E. Grayscale: #969696. Windows color (decimal): -4165391 or 15823040. OLE color: 15823040.

HSL color Cylindrical-coordinate representation of color #C070F1: hue angle of 277.21º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C070F1 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192112241-
CMYK0.200.5400.05
HSL277.21º82.17%69.22%-
HSV(B)277.21º53.53%94.51%-
XYZ43.4129.1586.56-
YUV150.63179157.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 112 (44.14% from 255) = 20.55%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=35.23%
G=20.55%
B=44.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921122410.200.5400.05277.2182.1769.22
HexC070F11436051155245
Octal300160361246605425122105
Binary1100000011100001111000110100110110010110001010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070F1; }

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

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

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

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

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

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

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

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