#C981FA

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

Shades of Heliotrope #C981FA

Tints of Heliotrope #C981FA

Color information

#C981FA (or 0xC981FA) is unknown color: approx Heliotrope. HEX triplet: C9, 81 and FA. RGB value is (201,129,250). Sum of RGB (Red+Green+Blue) = 201+129+250=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #C981FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981FA is #367E05. Grayscale: #A3A3A3. Windows color (decimal): -3571206 or 16417225. OLE color: 16417225.

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

Color convert

RGB201129250-
CMYK0.200.4800.02
HSL275.7º92.37%74.31%-
HSV(B)275.7º48.4%98.04%-
XYZ49.1935.0294.61-
YUV164.32176.35154.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 129 (50.78% from 255) = 22.24%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=34.66%
G=22.24%
B=43.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011292500.200.4800.02275.792.3774.31
HexC981FA1430021145c4a
Octal311201372246002424134112
Binary1100100110000001111110101010011000001010001010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981FA; }

 p { color: rgb(201,129,250); }

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

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

 a { background-color: rgb(201,129,250); }

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

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

 span { border-color: rgb(201,129,250); }

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