Html Css Color HEX #CE49F9 Medium Orchid

📋 copy color: '#CE49F9'

red 206 ◦ green 73 ◦ blue 249

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

Shades of Medium Orchid #CE49F9

Tints of Medium Orchid #CE49F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.16%

R = 39.02%
G = 13.83%
B = 47.16%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE49F9 (or 0xCE49F9) is known color: Medium Orchid. HEX triplet: CE, 49 and F9. RGB value is (206,73,249). Sum of RGB (Red+Green+Blue) = 206+73+249=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE49F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49F9 is #31B606. Grayscale: #848484. Windows color (decimal): -3257863 or 16337358. OLE color: 16337358.

HSL color Cylindrical-coordinate representation of color #CE49F9: hue angle of 285.34º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE49F9 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 73 249 -
CMYK 0.17 0.71 0 0.02
HSL 285.34º 0.94% 0.63% -
HSV(B) 285.34º 0.71% 0.98% -
XYZ 44.94 24.73 92.03 -
YUV 132.83 193.56 180.19 -
System Red Green Blue C M Y K H S L
Decimal 206 73 249 0.17 0.71 0 0.02 285.34 0.94 0.63
Hex CE 49 F9 11 47 0 2 11D 5E 3F
Octal 316 111 371 21 107 0 2 435 136 77
Binary 11001110 1001001 11111001 10001 1000111 0 10 100011101 1011110 111111

Color Harmonies of #CE49F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49F9

Black with #CE49F9

Text Example


Text Example

White with #CE49F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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