#C081F6

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

Shades of Heliotrope #C081F6

Tints of Heliotrope #C081F6

Color information

#C081F6 (or 0xC081F6) is unknown color: approx Heliotrope. HEX triplet: C0, 81 and F6. RGB value is (192,129,246). Sum of RGB (Red+Green+Blue) = 192+129+246=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #C081F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081F6 is #3F7E09. Grayscale: #A0A0A0. Windows color (decimal): -4161034 or 16155072. OLE color: 16155072.

HSL color Cylindrical-coordinate representation of color #C081F6: hue angle of 272.31º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C081F6 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192129246-
CMYK0.220.4800.04
HSL272.31º86.67%73.53%-
HSV(B)272.31º47.56%96.47%-
XYZ46.2233.5691.23-
YUV161.18175.87149.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=33.86%
G=22.75%
B=43.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921292460.220.4800.04272.3186.6773.53
HexC081F6163004110574a
Octal300201366266004420127112
Binary11000000100000011111011010110110000010010001000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C081F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C081F6; }

 p { color: rgb(192,129,246); }

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

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

 a { background-color: rgb(192,129,246); }

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

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

 span { border-color: rgb(192,129,246); }

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