#C07AEF

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

Shades of Heliotrope #C07AEF

Tints of Heliotrope #C07AEF

Color information

#C07AEF (or 0xC07AEF) is unknown color: approx Heliotrope. HEX triplet: C0, 7A and EF. RGB value is (192,122,239). Sum of RGB (Red+Green+Blue) = 192+122+239=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #C07AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AEF is #3F8510. Grayscale: #9B9B9B. Windows color (decimal): -4162833 or 15694528. OLE color: 15694528.

HSL color Cylindrical-coordinate representation of color #C07AEF: hue angle of 275.9º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07AEF is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192122239-
CMYK0.200.4900.06
HSL275.9º78.52%70.78%-
HSV(B)275.9º48.95%93.73%-
XYZ44.2831.3685.38-
YUV156.27174.69153.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 122 (48.05% from 255) = 22.06%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=34.72%
G=22.06%
B=43.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921222390.200.4900.06275.978.5270.78
HexC07AEF1431061144f47
Octal300172357246106424117107
Binary1100000011110101110111110100110001011010001010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AEF; }

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

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

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

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

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

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

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

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