Html Css Color HEX #CE49EE Medium Orchid

📋 copy color: '#CE49EE'

red 206 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #CE49EE

Tints of Medium Orchid #CE49EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 39.85%
G = 14.12%
B = 46.03%

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

#CE49EE (or 0xCE49EE) is known color: Medium Orchid. HEX triplet: CE, 49 and EE. RGB value is (206,73,238). Sum of RGB (Red+Green+Blue) = 206+73+238=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49EE is #31B611. Grayscale: #838383. Windows color (decimal): -3257874 or 15616462. OLE color: 15616462.

HSL color Cylindrical-coordinate representation of color #CE49EE: hue angle of 288.36º degrees, saturation: 0.83, 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 #CE49EE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 73 238 -
CMYK 0.13 0.69 0 0.07
HSL 288.36º 0.83% 0.61% -
HSV(B) 288.36º 0.69% 0.93% -
XYZ 43.27 24.06 83.25 -
YUV 131.58 188.06 181.08 -
System Red Green Blue C M Y K H S L
Decimal 206 73 238 0.13 0.69 0 0.07 288.36 0.83 0.61
Hex CE 49 EE D 45 0 7 120 53 3D
Octal 316 111 356 15 105 0 7 440 123 75
Binary 11001110 1001001 11101110 1101 1000101 0 111 100100000 1010011 111101

Color Harmonies of #CE49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49EE

Black with #CE49EE

Text Example


Text Example

White with #CE49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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