#c057ff

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

Shades of Heliotrope #C057FF

Tints of Heliotrope #C057FF

Color information

#C057FF (or 0xC057FF) is unknown color: approx Heliotrope. HEX triplet: C0, 57 and FF. RGB value is (192,87,255). Sum of RGB (Red+Green+Blue) = 192+87+255=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 87 (34.38% from 255 or 16.29% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #C057FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057FF is #3FA800. Grayscale: #888888. Windows color (decimal): -4171777 or 16734144. OLE color: 16734144.

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

Color convert

RGB19287255-
CMYK0.250.6600
HSL277.5º100%67.06%-
HSV(B)277.5º65.88%100%-
XYZ43.225.2497.2-
YUV137.55194.29166.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.96%
GREEN value IS 87 (34.38% from 255) = 16.29%
BLUE value IS 255 (100% from 255) = 47.75%
R=35.96%
G=16.29%
B=47.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192872550.250.6600277.510067.06
HexC057FF1942001166443
Octal3001273773110200426144103
Binary110000001010111111111111100110000100010001011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c057ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c057ff; }

 p { color: rgb(192,87,255); }

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

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

 a { background-color: rgb(192,87,255); }

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

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

 span { border-color: rgb(192,87,255); }

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