#C06AF7

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

Shades of Heliotrope #C06AF7

Tints of Heliotrope #C06AF7

Color information

#C06AF7 (or 0xC06AF7) is unknown color: approx Heliotrope. HEX triplet: C0, 6A and F7. RGB value is (192,106,247). Sum of RGB (Red+Green+Blue) = 192+106+247=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #C06AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AF7 is #3F9508. Grayscale: #939393. Windows color (decimal): -4166921 or 16214720. OLE color: 16214720.

HSL color Cylindrical-coordinate representation of color #C06AF7: hue angle of 276.6º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06AF7 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB192106247-
CMYK0.220.5700.03
HSL276.6º89.81%69.22%-
HSV(B)276.6º57.09%96.86%-
XYZ43.6828.2391.14-
YUV147.79183.99159.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 106 (41.80% from 255) = 19.45%
BLUE value IS 247 (96.88% from 255) = 45.32%
R=35.23%
G=19.45%
B=45.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1921062470.220.5700.03276.689.8169.22
HexC06AF71639031155a45
Octal300152367267103425132105
Binary110000001101010111101111011011100101110001010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06AF7; }

 p { color: rgb(192,106,247); }

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

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

 a { background-color: rgb(192,106,247); }

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

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

 span { border-color: rgb(192,106,247); }

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