#C07AFA

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

Shades of Heliotrope #C07AFA

Tints of Heliotrope #C07AFA

Color information

#C07AFA (or 0xC07AFA) is unknown color: approx Heliotrope. HEX triplet: C0, 7A and FA. RGB value is (192,122,250). Sum of RGB (Red+Green+Blue) = 192+122+250=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #C07AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AFA is #3F8505. Grayscale: #9D9D9D. Windows color (decimal): -4162822 or 16415424. OLE color: 16415424.

HSL color Cylindrical-coordinate representation of color #C07AFA: hue angle of 272.81º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07AFA is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192122250-
CMYK0.230.5100.02
HSL272.81º92.75%72.94%-
HSV(B)272.81º51.2%98.04%-
XYZ45.9532.0394.2-
YUV157.52180.19152.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.04%
GREEN value IS 122 (48.05% from 255) = 21.63%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=34.04%
G=21.63%
B=44.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921222500.230.5100.02272.8192.7572.94
HexC07AFA1733021115d49
Octal300172372276302421135111
Binary110000001111010111110101011111001101010001000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AFA; }

 p { color: rgb(192,122,250); }

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

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

 a { background-color: rgb(192,122,250); }

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

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

 span { border-color: rgb(192,122,250); }

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