#C280F9

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

Shades of Heliotrope #C280F9

Tints of Heliotrope #C280F9

Color information

#C280F9 (or 0xC280F9) is unknown color: approx Heliotrope. HEX triplet: C2, 80 and F9. RGB value is (194,128,249). Sum of RGB (Red+Green+Blue) = 194+128+249=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #C280F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280F9 is #3D7F06. Grayscale: #A1A1A1. Windows color (decimal): -4030215 or 16351426. OLE color: 16351426.

HSL color Cylindrical-coordinate representation of color #C280F9: hue angle of 272.73º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C280F9 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194128249-
CMYK0.220.4900.02
HSL272.73º90.98%73.92%-
HSV(B)272.73º48.59%97.65%-
XYZ47.0733.7593.66-
YUV161.53177.37151.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=33.98%
G=22.42%
B=43.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941282490.220.4900.02272.7390.9873.92
HexC280F91631021115b4a
Octal302200371266102421133112
Binary1100001010000000111110011011011000101010001000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280F9; }

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

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

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

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

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

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

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

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