#CE3BE9

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

Shades of Medium Orchid #CE3BE9

Tints of Medium Orchid #CE3BE9

Color information

#CE3BE9 (or 0xCE3BE9) is unknown color: approx Medium Orchid. HEX triplet: CE, 3B and E9. RGB value is (206,59,233). Sum of RGB (Red+Green+Blue) = 206+59+233=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE3BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BE9 is #31C416. Grayscale: #7A7A7A. Windows color (decimal): -3261463 or 15285198. OLE color: 15285198.

HSL color Cylindrical-coordinate representation of color #CE3BE9: hue angle of 290.69º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3BE9 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20659233-
CMYK0.120.7500.09
HSL290.69º79.82%57.25%-
HSV(B)290.69º74.68%91.37%-
XYZ41.7322.1379.16-
YUV122.79190.2187.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 59 (23.44% from 255) = 11.85%
BLUE value IS 233 (91.41% from 255) = 46.79%
R=41.37%
G=11.85%
B=46.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206592330.120.7500.09290.6979.8257.25
HexCE3BE9C4B091235039
Octal316733511411301144312071
Binary110011101110111110100111001001011010011001000111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3BE9; }

 p { color: rgb(206,59,233); }

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

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

 a { background-color: rgb(206,59,233); }

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

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

 span { border-color: rgb(206,59,233); }

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