#C673F0

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

Shades of Heliotrope #C673F0

Tints of Heliotrope #C673F0

Color information

#C673F0 (or 0xC673F0) is unknown color: approx Heliotrope. HEX triplet: C6, 73 and F0. RGB value is (198,115,240). Sum of RGB (Red+Green+Blue) = 198+115+240=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #C673F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C673F0 is #398C0F. Grayscale: #999999. Windows color (decimal): -3771408 or 15758278. OLE color: 15758278.

HSL color Cylindrical-coordinate representation of color #C673F0: hue angle of 279.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C673F0 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198115240-
CMYK0.180.5200.06
HSL279.84º80.65%69.61%-
HSV(B)279.84º52.08%94.12%-
XYZ45.1530.5685.96-
YUV154.07176.5159.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 115 (45.31% from 255) = 20.80%
BLUE value IS 240 (94.14% from 255) = 43.40%
R=35.80%
G=20.80%
B=43.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981152400.180.5200.06279.8480.6569.61
HexC673F01234061185146
Octal306163360226406430121106
Binary1100011011100111111000010010110100011010001100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C673F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C673F0; }

 p { color: rgb(198,115,240); }

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

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

 a { background-color: rgb(198,115,240); }

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

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

 span { border-color: rgb(198,115,240); }

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