#C080FE

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

Shades of Heliotrope #C080FE

Tints of Heliotrope #C080FE

Color information

#C080FE (or 0xC080FE) is unknown color: approx Heliotrope. HEX triplet: C0, 80 and FE. RGB value is (192,128,254). Sum of RGB (Red+Green+Blue) = 192+128+254=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #C080FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080FE is #3F7F01. Grayscale: #A1A1A1. Windows color (decimal): -4161282 or 16679104. OLE color: 16679104.

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

Color convert

RGB192128254-
CMYK0.240.5000.00
HSL270.48º98.44%74.9%-
HSV(B)270.48º49.61%99.61%-
XYZ47.3533.897.79-
YUV161.5180.2149.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=33.45%
G=22.30%
B=44.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921282540.240.5000.00270.4898.4474.9
HexC080FE18320010e624b
Octal300200376306200416142113
Binary110000001000000011111110110001100100010000111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080FE; }

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

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

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

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

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

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

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

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