#C774F7

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

Shades of Heliotrope #C774F7

Tints of Heliotrope #C774F7

Color information

#C774F7 (or 0xC774F7) is unknown color: approx Heliotrope. HEX triplet: C7, 74 and F7. RGB value is (199,116,247). Sum of RGB (Red+Green+Blue) = 199+116+247=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #C774F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C774F7 is #388B08. Grayscale: #9B9B9B. Windows color (decimal): -3705609 or 16217287. OLE color: 16217287.

HSL color Cylindrical-coordinate representation of color #C774F7: hue angle of 278.02º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C774F7 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB199116247-
CMYK0.190.5300.03
HSL278.02º89.12%71.18%-
HSV(B)278.02º53.04%96.86%-
XYZ46.5931.3591.59-
YUV155.75179.5158.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.41%
GREEN value IS 116 (45.70% from 255) = 20.64%
BLUE value IS 247 (96.88% from 255) = 43.95%
R=35.41%
G=20.64%
B=43.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1991162470.190.5300.03278.0289.1271.18
HexC774F71335031165947
Octal307164367236503426131107
Binary110001111110100111101111001111010101110001011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C774F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C774F7; }

 p { color: rgb(199,116,247); }

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

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

 a { background-color: rgb(199,116,247); }

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

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

 span { border-color: rgb(199,116,247); }

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