#C674FD

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

Shades of Heliotrope #C674FD

Tints of Heliotrope #C674FD

Color information

#C674FD (or 0xC674FD) is unknown color: approx Heliotrope. HEX triplet: C6, 74 and FD. RGB value is (198,116,253). Sum of RGB (Red+Green+Blue) = 198+116+253=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #C674FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674FD is #398B02. Grayscale: #9B9B9B. Windows color (decimal): -3771139 or 16610502. OLE color: 16610502.

HSL color Cylindrical-coordinate representation of color #C674FD: hue angle of 275.91º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C674FD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198116253-
CMYK0.220.5400.01
HSL275.91º97.16%72.35%-
HSV(B)275.91º54.15%99.22%-
XYZ47.2631.5996.53-
YUV156.14182.67157.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 116 (45.70% from 255) = 20.46%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=34.92%
G=20.46%
B=44.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981162530.220.5400.01275.9197.1672.35
HexC674FD1636011146148
Octal306164375266601424141110
Binary11000110111010011111101101101101100110001010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674FD; }

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

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

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

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

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

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

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

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