#C672F1

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

Shades of Heliotrope #C672F1

Tints of Heliotrope #C672F1

Color information

#C672F1 (or 0xC672F1) is unknown color: approx Heliotrope. HEX triplet: C6, 72 and F1. RGB value is (198,114,241). Sum of RGB (Red+Green+Blue) = 198+114+241=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #C672F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C672F1 is #398D0E. Grayscale: #999999. Windows color (decimal): -3771663 or 15823558. OLE color: 15823558.

HSL color Cylindrical-coordinate representation of color #C672F1: hue angle of 279.69º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C672F1 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198114241-
CMYK0.180.5300.05
HSL279.69º81.94%69.61%-
HSV(B)279.69º52.7%94.51%-
XYZ45.1830.3986.7-
YUV153.59177.33159.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 114 (44.92% from 255) = 20.61%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=35.80%
G=20.61%
B=43.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981142410.180.5300.05279.6981.9469.61
HexC672F11235051185246
Octal306162361226505430122106
Binary1100011011100101111000110010110101010110001100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C672F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C672F1; }

 p { color: rgb(198,114,241); }

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

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

 a { background-color: rgb(198,114,241); }

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

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

 span { border-color: rgb(198,114,241); }

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