#C674EA

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

Shades of Heliotrope #C674EA

Tints of Heliotrope #C674EA

Color information

#C674EA (or 0xC674EA) is unknown color: approx Heliotrope. HEX triplet: C6, 74 and EA. RGB value is (198,116,234). Sum of RGB (Red+Green+Blue) = 198+116+234=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #C674EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674EA is #398B15. Grayscale: #999999. Windows color (decimal): -3771158 or 15365318. OLE color: 15365318.

HSL color Cylindrical-coordinate representation of color #C674EA: hue angle of 281.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C674EA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198116234-
CMYK0.150.5000.08
HSL281.69º73.75%68.63%-
HSV(B)281.69º50.43%91.76%-
XYZ44.3930.4481.38-
YUV153.97173.17159.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.13%
GREEN value IS 116 (45.70% from 255) = 21.17%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=36.13%
G=21.17%
B=42.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981162340.150.5000.08281.6973.7568.63
HexC674EAF320811a4a45
Octal3061643521762010432112105
Binary1100011011101001110101011111100100100010001101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674EA; }

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

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

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

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

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

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

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

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