#C782F0

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

Shades of Heliotrope #C782F0

Tints of Heliotrope #C782F0

Color information

#C782F0 (or 0xC782F0) is unknown color: approx Heliotrope. HEX triplet: C7, 82 and F0. RGB value is (199,130,240). Sum of RGB (Red+Green+Blue) = 199+130+240=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #C782F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C782F0 is #387D0F. Grayscale: #A2A2A2. Windows color (decimal): -3702032 or 15762119. OLE color: 15762119.

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

Color convert

RGB199130240-
CMYK0.170.4600.06
HSL277.64º78.57%72.55%-
HSV(B)277.64º45.83%94.12%-
XYZ47.2634.486.59-
YUV163.17171.36153.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.97%
GREEN value IS 130 (51.17% from 255) = 22.85%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=34.97%
G=22.85%
B=42.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1991302400.170.4600.06277.6478.5772.55
HexC782F0112E061164f49
Octal307202360215606426117111
Binary11000111100000101111000010001101110011010001011010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782F0; }

 p { color: rgb(199,130,240); }

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

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

 a { background-color: rgb(199,130,240); }

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

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

 span { border-color: rgb(199,130,240); }

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