#c082fe

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

Shades of Heliotrope #C082FE

Tints of Heliotrope #C082FE

Color information

#C082FE (or 0xC082FE) is unknown color: approx Heliotrope. HEX triplet: C0, 82 and FE. RGB value is (192,130,254). Sum of RGB (Red+Green+Blue) = 192+130+254=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #C082FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082FE is #3F7D01. Grayscale: #A2A2A2. Windows color (decimal): -4160770 or 16679616. OLE color: 16679616.

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

Color convert

RGB192130254-
CMYK0.240.4900.00
HSL270º98.41%75.29%-
HSV(B)270º48.82%99.61%-
XYZ47.6134.3397.88-
YUV162.67179.54148.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=33.33%
G=22.57%
B=44.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921302540.240.4900.0027098.4175.29
HexC082FE18310010e624b
Octal300202376306100416142113
Binary110000001000001011111110110001100010010000111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c082fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c082fe; }

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

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

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

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

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

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

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

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