Html Css Color HEX #CE49EC Medium Orchid

📋 copy color: '#CE49EC'

red 206 ◦ green 73 ◦ blue 236

#CE49EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CE49EC

Tints of Medium Orchid #CE49EC

RGB

 RED value IS 206 (80.86% from 255) = 40%

 GREEN value IS 73 (28.91% from 255) = 14.17%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 40%
G = 14.17%
B = 45.83%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE49EC (or 0xCE49EC) is known color: Medium Orchid. HEX triplet: CE, 49 and EC. RGB value is (206,73,236). Sum of RGB (Red+Green+Blue) = 206+73+236=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49EC is #31B613. Grayscale: #828282. Windows color (decimal): -3257876 or 15485390. OLE color: 15485390.

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

Color convert

RGB 206 73 236 -
CMYK 0.13 0.69 0 0.07
HSL 288.96º 0.81% 0.61% -
HSV(B) 288.96º 0.69% 0.93% -
XYZ 42.98 23.94 81.71 -
YUV 131.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 206 73 236 0.13 0.69 0 0.07 288.96 0.81 0.61
Hex CE 49 EC D 45 0 7 121 51 3D
Octal 316 111 354 15 105 0 7 441 121 75
Binary 11001110 1001001 11101100 1101 1000101 0 111 100100001 1010001 111101

Color Harmonies of #CE49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49EC

Black with #CE49EC

Text Example


Text Example

White with #CE49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49EC; }

 p { color: rgb(206,73,236); }

 H1.HeaderClassName
 {
   color: #CE49EC;
 }
 .AnyTagClassName
 {
   color: #CE49EC;
 }
</style>

background-color css

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

 a { background-color: rgb(206,73,236); }

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

border-color css

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

 span { border-color: rgb(206,73,236); }

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