#C057F7

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

Shades of Medium Orchid #C057F7

Tints of Medium Orchid #C057F7

Color information

#C057F7 (or 0xC057F7) is unknown color: approx Medium Orchid. HEX triplet: C0, 57 and F7. RGB value is (192,87,247). Sum of RGB (Red+Green+Blue) = 192+87+247=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #C057F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057F7 is #3FA808. Grayscale: #888888. Windows color (decimal): -4171785 or 16209856. OLE color: 16209856.

HSL color Cylindrical-coordinate representation of color #C057F7: hue angle of 279.38º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C057F7 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19287247-
CMYK0.220.6500.03
HSL279.38º90.91%65.49%-
HSV(B)279.38º64.78%96.86%-
XYZ41.9324.7490.56-
YUV136.64190.29167.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 87 (34.38% from 255) = 16.54%
BLUE value IS 247 (96.88% from 255) = 46.96%
R=36.50%
G=16.54%
B=46.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal192872470.220.6500.03279.3890.9165.49
HexC057F71641031175b41
Octal3001273672610103427133101
Binary1100000010101111111011110110100000101110001011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C057F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C057F7; }

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

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

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

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

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

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

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

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