#C674ED

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

Shades of Heliotrope #C674ED

Tints of Heliotrope #C674ED

Color information

#C674ED (or 0xC674ED) is unknown color: approx Heliotrope. HEX triplet: C6, 74 and ED. RGB value is (198,116,237). Sum of RGB (Red+Green+Blue) = 198+116+237=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #C674ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674ED is #398B12. Grayscale: #999999. Windows color (decimal): -3771155 or 15561926. OLE color: 15561926.

HSL color Cylindrical-coordinate representation of color #C674ED: hue angle of 280.66º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C674ED is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198116237-
CMYK0.160.5100.07
HSL280.66º77.07%69.22%-
HSV(B)280.66º51.05%92.94%-
XYZ44.8230.6183.67-
YUV154.31174.67159.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.93%
GREEN value IS 116 (45.70% from 255) = 21.05%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=35.93%
G=21.05%
B=43.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981162370.160.5100.07280.6677.0769.22
HexC674ED1033071194d45
Octal306164355206307431115105
Binary1100011011101001110110110000110011011110001100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674ED; }

 p { color: rgb(198,116,237); }

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

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

 a { background-color: rgb(198,116,237); }

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

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

 span { border-color: rgb(198,116,237); }

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