#C458EE

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

Shades of Medium Orchid #C458EE

Tints of Medium Orchid #C458EE

Color information

#C458EE (or 0xC458EE) is unknown color: approx Medium Orchid. HEX triplet: C4, 58 and EE. RGB value is (196,88,238). Sum of RGB (Red+Green+Blue) = 196+88+238=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #C458EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C458EE is #3BA711. Grayscale: #888888. Windows color (decimal): -3909394 or 15620292. OLE color: 15620292.

HSL color Cylindrical-coordinate representation of color #C458EE: hue angle of 283.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C458EE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19688238-
CMYK0.180.6300.07
HSL283.2º81.52%63.92%-
HSV(B)283.2º63.03%93.33%-
XYZ41.6924.8983.5-
YUV137.39184.78169.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 88 (34.77% from 255) = 16.86%
BLUE value IS 238 (93.36% from 255) = 45.59%
R=37.55%
G=16.86%
B=45.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal196882380.180.6300.07283.281.5263.92
HexC458EE123F0711b5240
Octal304130356227707433122100
Binary1100010010110001110111010010111111011110001101110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C458EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C458EE; }

 p { color: rgb(196,88,238); }

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

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

 a { background-color: rgb(196,88,238); }

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

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

 span { border-color: rgb(196,88,238); }

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