#CE40E1

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

Shades of Medium Orchid #CE40E1

Tints of Medium Orchid #CE40E1

Color information

#CE40E1 (or 0xCE40E1) is unknown color: approx Medium Orchid. HEX triplet: CE, 40 and E1. RGB value is (206,64,225). Sum of RGB (Red+Green+Blue) = 206+64+225=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40E1 is #31BF1E. Grayscale: #7C7C7C. Windows color (decimal): -3260191 or 14762190. OLE color: 14762190.

HSL color Cylindrical-coordinate representation of color #CE40E1: hue angle of 292.92º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE40E1 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20664225-
CMYK0.080.7200.12
HSL292.92º72.85%56.67%-
HSV(B)292.92º71.56%88.24%-
XYZ40.8822.2273.37-
YUV124.81184.54185.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 64 (25.39% from 255) = 12.93%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=41.62%
G=12.93%
B=45.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal206642250.080.7200.12292.9272.8556.67
HexCE40E18480C1254939
Octal3161003411011001444511171
Binary1100111010000001110000110001001000011001001001011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE40E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE40E1; }

 p { color: rgb(206,64,225); }

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

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

 a { background-color: rgb(206,64,225); }

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

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

 span { border-color: rgb(206,64,225); }

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