#C257FE

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

Shades of Heliotrope #C257FE

Tints of Heliotrope #C257FE

Color information

#C257FE (or 0xC257FE) is unknown color: approx Heliotrope. HEX triplet: C2, 57 and FE. RGB value is (194,87,254). Sum of RGB (Red+Green+Blue) = 194+87+254=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 87 (34.38% from 255 or 16.26% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #C257FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C257FE is #3DA801. Grayscale: #898989. Windows color (decimal): -4040706 or 16668610. OLE color: 16668610.

HSL color Cylindrical-coordinate representation of color #C257FE: hue angle of 278.44º 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 #C257FE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19487254-
CMYK0.240.6600.00
HSL278.44º98.82%66.86%-
HSV(B)278.44º65.75%99.61%-
XYZ43.5525.4496.38-
YUV138.03193.45167.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 87 (34.38% from 255) = 16.26%
BLUE value IS 254 (99.61% from 255) = 47.48%
R=36.26%
G=16.26%
B=47.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal194872540.240.6600.00278.4498.8266.86
HexC257FE1842001166343
Octal3021273763010200426143103
Binary110000101010111111111101100010000100010001011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C257FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C257FE; }

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

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

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

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

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

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

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

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