#C782F2

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

Shades of Heliotrope #C782F2

Tints of Heliotrope #C782F2

Color information

#C782F2 (or 0xC782F2) is unknown color: approx Heliotrope. HEX triplet: C7, 82 and F2. RGB value is (199,130,242). Sum of RGB (Red+Green+Blue) = 199+130+242=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #C782F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C782F2 is #387D0D. Grayscale: #A3A3A3. Windows color (decimal): -3702030 or 15893191. OLE color: 15893191.

HSL color Cylindrical-coordinate representation of color #C782F2: hue angle of 276.96º degrees, saturation: 0.81, 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 #C782F2 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199130242-
CMYK0.180.4600.05
HSL276.96º81.16%72.94%-
HSV(B)276.96º46.28%94.9%-
XYZ47.5634.5288.16-
YUV163.4172.36153.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.85%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 242 (94.92% from 255) = 42.38%
R=34.85%
G=22.77%
B=42.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991302420.180.4600.05276.9681.1672.94
HexC782F2122E051155149
Octal307202362225605425121111
Binary11000111100000101111001010010101110010110001010110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782F2; }

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

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

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

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

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

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

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

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