#C07CF3

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

Shades of Heliotrope #C07CF3

Tints of Heliotrope #C07CF3

Color information

#C07CF3 (or 0xC07CF3) is unknown color: approx Heliotrope. HEX triplet: C0, 7C and F3. RGB value is (192,124,243). Sum of RGB (Red+Green+Blue) = 192+124+243=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #C07CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CF3 is #3F830C. Grayscale: #9D9D9D. Windows color (decimal): -4162317 or 15957184. OLE color: 15957184.

HSL color Cylindrical-coordinate representation of color #C07CF3: hue angle of 274.29º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07CF3 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192124243-
CMYK0.210.4900.05
HSL274.29º83.22%71.96%-
HSV(B)274.29º48.97%95.29%-
XYZ45.1232.0988.61-
YUV157.9176.03152.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 124 (48.83% from 255) = 22.18%
BLUE value IS 243 (95.31% from 255) = 43.47%
R=34.35%
G=22.18%
B=43.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921242430.210.4900.05274.2983.2271.96
HexC07CF31531051125348
Octal300174363256105422123110
Binary1100000011111001111001110101110001010110001001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CF3; }

 p { color: rgb(192,124,243); }

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

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

 a { background-color: rgb(192,124,243); }

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

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

 span { border-color: rgb(192,124,243); }

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