#C080FF

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

Shades of Heliotrope #C080FF

Tints of Heliotrope #C080FF

Color information

#C080FF (or 0xC080FF) is unknown color: approx Heliotrope. HEX triplet: C0, 80 and FF. RGB value is (192,128,255). Sum of RGB (Red+Green+Blue) = 192+128+255=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #C080FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080FF is #3F7F00. Grayscale: #A1A1A1. Windows color (decimal): -4161281 or 16744640. OLE color: 16744640.

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

Color convert

RGB192128255-
CMYK0.250.5000
HSL270.24º100%75.1%-
HSV(B)270.24º49.8%100%-
XYZ47.5133.8698.64-
YUV161.61180.7149.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 128 (50.39% from 255) = 22.26%
BLUE value IS 255 (100% from 255) = 44.35%
R=33.39%
G=22.26%
B=44.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921282550.250.5000270.2410075.1
HexC080FF19320010e644b
Octal300200377316200416144113
Binary110000001000000011111111110011100100010000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080FF; }

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

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

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

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

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

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

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

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