#C457E6

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

Shades of Medium Orchid #C457E6

Tints of Medium Orchid #C457E6

Color information

#C457E6 (or 0xC457E6) is unknown color: approx Medium Orchid. HEX triplet: C4, 57 and E6. RGB value is (196,87,230). Sum of RGB (Red+Green+Blue) = 196+87+230=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #C457E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C457E6 is #3BA819. Grayscale: #878787. Windows color (decimal): -3909658 or 15095748. OLE color: 15095748.

HSL color Cylindrical-coordinate representation of color #C457E6: hue angle of 285.73º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C457E6 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19687230-
CMYK0.150.6200.10
HSL285.73º74.09%62.16%-
HSV(B)285.73º62.17%90.2%-
XYZ40.4624.2777.41-
YUV135.89181.11170.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 87 (34.38% from 255) = 16.96%
BLUE value IS 230 (90.23% from 255) = 44.83%
R=38.21%
G=16.96%
B=44.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal196872300.150.6200.10285.7374.0962.16
HexC457E6F3E0A11e4a3e
Octal304127346177601243611276
Binary110001001010111111001101111111110010101000111101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C457E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C457E6; }

 p { color: rgb(196,87,230); }

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

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

 a { background-color: rgb(196,87,230); }

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

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

 span { border-color: rgb(196,87,230); }

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