#C081FB

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

Shades of Heliotrope #C081FB

Tints of Heliotrope #C081FB

Color information

#C081FB (or 0xC081FB) is unknown color: approx Heliotrope. HEX triplet: C0, 81 and FB. RGB value is (192,129,251). Sum of RGB (Red+Green+Blue) = 192+129+251=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #C081FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081FB is #3F7E04. Grayscale: #A1A1A1. Windows color (decimal): -4161029 or 16482752. OLE color: 16482752.

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

Color convert

RGB192129251-
CMYK0.240.4900.02
HSL270.98º93.85%74.51%-
HSV(B)270.98º48.61%98.43%-
XYZ4733.8795.33-
YUV161.74178.37149.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 129 (50.78% from 255) = 22.55%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=33.57%
G=22.55%
B=43.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921292510.240.4900.02270.9893.8574.51
HexC081FB18310210f5e4b
Octal300201373306102417136113
Binary1100000010000001111110111100011000101010000111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C081FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C081FB; }

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

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

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

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

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

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

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

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