#C280FF

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

Shades of Heliotrope #C280FF

Tints of Heliotrope #C280FF

Color information

#C280FF (or 0xC280FF) is unknown color: approx Heliotrope. HEX triplet: C2, 80 and FF. RGB value is (194,128,255). Sum of RGB (Red+Green+Blue) = 194+128+255=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #C280FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280FF is #3D7F00. Grayscale: #A1A1A1. Windows color (decimal): -4030209 or 16744642. OLE color: 16744642.

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

Color convert

RGB194128255-
CMYK0.240.5000
HSL271.18º100%75.1%-
HSV(B)271.18º49.8%100%-
XYZ48.0234.1398.66-
YUV162.21180.37150.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 128 (50.39% from 255) = 22.18%
BLUE value IS 255 (100% from 255) = 44.19%
R=33.62%
G=22.18%
B=44.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941282550.240.5000271.1810075.1
HexC280FF18320010f644b
Octal302200377306200417144113
Binary110000101000000011111111110001100100010000111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280FF; }

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

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

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

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

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

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

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

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