#C082F8

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

Shades of Heliotrope #C082F8

Tints of Heliotrope #C082F8

Color information

#C082F8 (or 0xC082F8) is unknown color: approx Heliotrope. HEX triplet: C0, 82 and F8. RGB value is (192,130,248). Sum of RGB (Red+Green+Blue) = 192+130+248=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #C082F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082F8 is #3F7D07. Grayscale: #A1A1A1. Windows color (decimal): -4160776 or 16286400. OLE color: 16286400.

HSL color Cylindrical-coordinate representation of color #C082F8: hue angle of 271.53º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C082F8 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB192130248-
CMYK0.230.4800.03
HSL271.53º89.39%74.12%-
HSV(B)271.53º47.58%97.25%-
XYZ46.6633.9592.9-
YUV161.99176.54149.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 248 (97.27% from 255) = 43.51%
R=33.68%
G=22.81%
B=43.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1921302480.230.4800.03271.5389.3974.12
HexC082F8173003110594a
Octal300202370276003420131112
Binary1100000010000010111110001011111000001110001000010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C082F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C082F8; }

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

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

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

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

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

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

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

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