#ce46ea

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

Shades of Medium Orchid #CE46EA

Tints of Medium Orchid #CE46EA

Color information

#CE46EA (or 0xCE46EA) is unknown color: approx Medium Orchid. HEX triplet: CE, 46 and EA. RGB value is (206,70,234). Sum of RGB (Red+Green+Blue) = 206+70+234=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE46EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE46EA is #31B915. Grayscale: #808080. Windows color (decimal): -3258646 or 15353550. OLE color: 15353550.

HSL color Cylindrical-coordinate representation of color #CE46EA: hue angle of 289.76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE46EA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20670234-
CMYK0.120.7000.08
HSL289.76º79.61%59.61%-
HSV(B)289.76º70.09%91.76%-
XYZ42.523.4480.13-
YUV129.36187.06182.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 70 (27.73% from 255) = 13.73%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=40.39%
G=13.73%
B=45.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal206702340.120.7000.08289.7679.6159.61
HexCE46EAC4608122503c
Octal3161063521410601044212074
Binary1100111010001101110101011001000110010001001000101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce46ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce46ea; }

 p { color: rgb(206,70,234); }

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

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

 a { background-color: rgb(206,70,234); }

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

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

 span { border-color: rgb(206,70,234); }

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