#C080FD

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

Shades of Heliotrope #C080FD

Tints of Heliotrope #C080FD

Color information

#C080FD (or 0xC080FD) is unknown color: approx Heliotrope. HEX triplet: C0, 80 and FD. RGB value is (192,128,253). Sum of RGB (Red+Green+Blue) = 192+128+253=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #C080FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080FD is #3F7F02. Grayscale: #A0A0A0. Windows color (decimal): -4161283 or 16613568. OLE color: 16613568.

HSL color Cylindrical-coordinate representation of color #C080FD: hue angle of 270.72º 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 #C080FD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192128253-
CMYK0.240.4900.01
HSL270.72º96.9%74.71%-
HSV(B)270.72º49.41%99.22%-
XYZ47.1933.7496.95-
YUV161.39179.7149.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 128 (50.39% from 255) = 22.34%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=33.51%
G=22.34%
B=44.15%

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
Decimal1921282530.240.4900.01270.7296.974.71
HexC080FD18310110f614b
Octal300200375306101417141113
Binary110000001000000011111101110001100010110000111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080FD; }

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

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

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

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

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

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

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

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