#C781F1

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

Shades of Heliotrope #C781F1

Tints of Heliotrope #C781F1

Color information

#C781F1 (or 0xC781F1) is unknown color: approx Heliotrope. HEX triplet: C7, 81 and F1. RGB value is (199,129,241). Sum of RGB (Red+Green+Blue) = 199+129+241=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #C781F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C781F1 is #387E0E. Grayscale: #A2A2A2. Windows color (decimal): -3702287 or 15827399. OLE color: 15827399.

HSL color Cylindrical-coordinate representation of color #C781F1: hue angle of 277.5º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C781F1 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199129241-
CMYK0.170.4600.05
HSL277.5º80%72.55%-
HSV(B)277.5º46.47%94.51%-
XYZ47.2834.1987.33-
YUV162.7172.19153.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.97%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=34.97%
G=22.67%
B=42.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991292410.170.4600.05277.58072.55
HexC781F1112E051165049
Octal307201361215605426120111
Binary11000111100000011111000110001101110010110001011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C781F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C781F1; }

 p { color: rgb(199,129,241); }

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

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

 a { background-color: rgb(199,129,241); }

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

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

 span { border-color: rgb(199,129,241); }

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