#CE30EA

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

Shades of Medium Orchid #CE30EA

Tints of Medium Orchid #CE30EA

Color information

#CE30EA (or 0xCE30EA) is unknown color: approx Medium Orchid. HEX triplet: CE, 30 and EA. RGB value is (206,48,234). Sum of RGB (Red+Green+Blue) = 206+48+234=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE30EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30EA is #31CF15. Grayscale: #737373. Windows color (decimal): -3264278 or 15347918. OLE color: 15347918.

HSL color Cylindrical-coordinate representation of color #CE30EA: hue angle of 290.97º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE30EA is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20648234-
CMYK0.120.7900.08
HSL290.97º81.58%55.29%-
HSV(B)290.97º79.49%91.76%-
XYZ41.3621.1879.75-
YUV116.45194.35191.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.21%
GREEN value IS 48 (19.14% from 255) = 9.84%
BLUE value IS 234 (91.80% from 255) = 47.95%
R=42.21%
G=9.84%
B=47.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal206482340.120.7900.08290.9781.5855.29
HexCE30EAC4F081235237
Octal316603521411701044312267
Binary110011101100001110101011001001111010001001000111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE30EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE30EA; }

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

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

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

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

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

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

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

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