#C957FE

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

Shades of Heliotrope #C957FE

Tints of Heliotrope #C957FE

Color information

#C957FE (or 0xC957FE) is unknown color: approx Heliotrope. HEX triplet: C9, 57 and FE. RGB value is (201,87,254). Sum of RGB (Red+Green+Blue) = 201+87+254=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 87 (34.38% from 255 or 16.05% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #C957FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C957FE is #36A801. Grayscale: #8B8B8B. Windows color (decimal): -3581954 or 16668617. OLE color: 16668617.

HSL color Cylindrical-coordinate representation of color #C957FE: hue angle of 280.96º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C957FE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20187254-
CMYK0.210.6600.00
HSL280.96º98.82%66.86%-
HSV(B)280.96º65.75%99.61%-
XYZ45.3826.3996.47-
YUV140.12192.27171.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 87 (34.38% from 255) = 16.05%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=37.08%
G=16.05%
B=46.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal201872540.210.6600.00280.9698.8266.86
HexC957FE1542001196343
Octal3111273762510200431143103
Binary110010011010111111111101010110000100010001100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C957FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C957FE; }

 p { color: rgb(201,87,254); }

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

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

 a { background-color: rgb(201,87,254); }

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

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

 span { border-color: rgb(201,87,254); }

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