#C082FD

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

Shades of Heliotrope #C082FD

Tints of Heliotrope #C082FD

Color information

#C082FD (or 0xC082FD) is unknown color: approx Heliotrope. HEX triplet: C0, 82 and FD. RGB value is (192,130,253). Sum of RGB (Red+Green+Blue) = 192+130+253=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #C082FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082FD is #3F7D02. Grayscale: #A2A2A2. Windows color (decimal): -4160771 or 16614080. OLE color: 16614080.

HSL color Cylindrical-coordinate representation of color #C082FD: hue angle of 270.24º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C082FD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192130253-
CMYK0.240.4900.01
HSL270.24º96.85%75.1%-
HSV(B)270.24º48.62%99.22%-
XYZ47.4534.2697.04-
YUV162.56179.04149-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 130 (51.17% from 255) = 22.61%
BLUE value IS 253 (99.22% from 255) = 44%
R=33.39%
G=22.61%
B=44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921302530.240.4900.01270.2496.8575.1
HexC082FD18310110e614b
Octal300202375306101416141113
Binary110000001000001011111101110001100010110000111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C082FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C082FD; }

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

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

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

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

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

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

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

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