#CE4FED

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

Shades of Medium Orchid #CE4FED

Tints of Medium Orchid #CE4FED

Color information

#CE4FED (or 0xCE4FED) is unknown color: approx Medium Orchid. HEX triplet: CE, 4F and ED. RGB value is (206,79,237). Sum of RGB (Red+Green+Blue) = 206+79+237=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FED is #31B012. Grayscale: #868686. Windows color (decimal): -3256339 or 15552462. OLE color: 15552462.

HSL color Cylindrical-coordinate representation of color #CE4FED: hue angle of 288.23º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4FED is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20679237-
CMYK0.130.6700.07
HSL288.23º81.44%61.96%-
HSV(B)288.23º66.67%92.94%-
XYZ43.5424.8382.62-
YUV134.98185.58178.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 79 (31.25% from 255) = 15.13%
BLUE value IS 237 (92.97% from 255) = 45.40%
R=39.46%
G=15.13%
B=45.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal206792370.130.6700.07288.2381.4461.96
HexCE4FEDD4307120513e
Octal316117355151030744012176
Binary110011101001111111011011101100001101111001000001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4FED; }

 p { color: rgb(206,79,237); }

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

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

 a { background-color: rgb(206,79,237); }

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

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

 span { border-color: rgb(206,79,237); }

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