#C279FC

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

Shades of Heliotrope #C279FC

Tints of Heliotrope #C279FC

Color information

#C279FC (or 0xC279FC) is unknown color: approx Heliotrope. HEX triplet: C2, 79 and FC. RGB value is (194,121,252). Sum of RGB (Red+Green+Blue) = 194+121+252=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #C279FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C279FC is #3D8603. Grayscale: #9D9D9D. Windows color (decimal): -4032004 or 16546242. OLE color: 16546242.

HSL color Cylindrical-coordinate representation of color #C279FC: hue angle of 273.44º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C279FC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194121252-
CMYK0.230.5200.01
HSL273.44º95.62%73.14%-
HSV(B)273.44º51.98%98.82%-
XYZ46.6632.1795.85-
YUV157.76181.18153.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 121 (47.66% from 255) = 21.34%
BLUE value IS 252 (98.83% from 255) = 44.44%
R=34.22%
G=21.34%
B=44.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941212520.230.5200.01273.4495.6273.14
HexC279FC1734011116049
Octal302171374276401421140111
Binary11000010111100111111100101111101000110001000111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C279FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C279FC; }

 p { color: rgb(194,121,252); }

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

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

 a { background-color: rgb(194,121,252); }

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

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

 span { border-color: rgb(194,121,252); }

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