#C082F5

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

Shades of Heliotrope #C082F5

Tints of Heliotrope #C082F5

Color information

#C082F5 (or 0xC082F5) is unknown color: approx Heliotrope. HEX triplet: C0, 82 and F5. RGB value is (192,130,245). Sum of RGB (Red+Green+Blue) = 192+130+245=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #C082F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082F5 is #3F7D0A. Grayscale: #A1A1A1. Windows color (decimal): -4160779 or 16089792. OLE color: 16089792.

HSL color Cylindrical-coordinate representation of color #C082F5: hue angle of 272.35º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C082F5 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192130245-
CMYK0.220.4700.04
HSL272.35º85.19%73.53%-
HSV(B)272.35º46.94%96.08%-
XYZ46.233.7690.47-
YUV161.65175.04149.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 245 (96.09% from 255) = 43.21%
R=33.86%
G=22.93%
B=43.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921302450.220.4700.04272.3585.1973.53
HexC082F5162F04110554a
Octal300202365265704420125112
Binary11000000100000101111010110110101111010010001000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C082F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C082F5; }

 p { color: rgb(192,130,245); }

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

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

 a { background-color: rgb(192,130,245); }

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

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

 span { border-color: rgb(192,130,245); }

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