#C770F6

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

Shades of Heliotrope #C770F6

Tints of Heliotrope #C770F6

Color information

#C770F6 (or 0xC770F6) is unknown color: approx Heliotrope. HEX triplet: C7, 70 and F6. RGB value is (199,112,246). Sum of RGB (Red+Green+Blue) = 199+112+246=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #C770F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770F6 is #388F09. Grayscale: #989898. Windows color (decimal): -3706634 or 16150727. OLE color: 16150727.

HSL color Cylindrical-coordinate representation of color #C770F6: hue angle of 278.96º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C770F6 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB199112246-
CMYK0.190.5400.04
HSL278.96º88.16%70.2%-
HSV(B)278.96º54.47%96.47%-
XYZ45.9830.3890.63-
YUV153.29180.32160.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.73%
GREEN value IS 112 (44.14% from 255) = 20.11%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=35.73%
G=20.11%
B=44.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991122460.190.5400.04278.9688.1670.2
HexC770F61336041175846
Octal307160366236604427130106
Binary1100011111100001111011010011110110010010001011110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C770F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C770F6; }

 p { color: rgb(199,112,246); }

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

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

 a { background-color: rgb(199,112,246); }

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

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

 span { border-color: rgb(199,112,246); }

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