#C06AF8

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

Shades of Heliotrope #C06AF8

Tints of Heliotrope #C06AF8

Color information

#C06AF8 (or 0xC06AF8) is unknown color: approx Heliotrope. HEX triplet: C0, 6A and F8. RGB value is (192,106,248). Sum of RGB (Red+Green+Blue) = 192+106+248=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #C06AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AF8 is #3F9507. Grayscale: #939393. Windows color (decimal): -4166920 or 16280256. OLE color: 16280256.

HSL color Cylindrical-coordinate representation of color #C06AF8: hue angle of 276.34º degrees, saturation: 0.91, 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 #C06AF8 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB192106248-
CMYK0.230.5700.03
HSL276.34º91.03%69.41%-
HSV(B)276.34º57.26%97.25%-
XYZ43.8428.2991.96-
YUV147.9184.49159.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 106 (41.80% from 255) = 19.41%
BLUE value IS 248 (97.27% from 255) = 45.42%
R=35.16%
G=19.41%
B=45.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1921062480.230.5700.03276.3491.0369.41
HexC06AF81739031145b45
Octal300152370277103424133105
Binary110000001101010111110001011111100101110001010010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06AF8; }

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

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

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

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

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

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

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

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