Html Css Color HEX #CE49EF Medium Orchid

📋 copy color: '#CE49EF'

red 206 ◦ green 73 ◦ blue 239

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

Shades of Medium Orchid #CE49EF

Tints of Medium Orchid #CE49EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 39.77%
G = 14.09%
B = 46.14%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE49EF (or 0xCE49EF) is known color: Medium Orchid. HEX triplet: CE, 49 and EF. RGB value is (206,73,239). Sum of RGB (Red+Green+Blue) = 206+73+239=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE49EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49EF is #31B610. Grayscale: #838383. Windows color (decimal): -3257873 or 15681998. OLE color: 15681998.

HSL color Cylindrical-coordinate representation of color #CE49EF: hue angle of 288.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE49EF is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 73 239 -
CMYK 0.14 0.69 0 0.06
HSL 288.07º 0.84% 0.61% -
HSV(B) 288.07º 0.69% 0.94% -
XYZ 43.42 24.12 84.03 -
YUV 131.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 206 73 239 0.14 0.69 0 0.06 288.07 0.84 0.61
Hex CE 49 EF E 45 0 6 120 54 3D
Octal 316 111 357 16 105 0 6 440 124 75
Binary 11001110 1001001 11101111 1110 1000101 0 110 100100000 1010100 111101

Color Harmonies of #CE49EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49EF

Black with #CE49EF

Text Example


Text Example

White with #CE49EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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