Html Css Color HEX #CE49F1 Medium Orchid

📋 copy color: '#CE49F1'

red 206 ◦ green 73 ◦ blue 241

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

Shades of Medium Orchid #CE49F1

Tints of Medium Orchid #CE49F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.35%

R = 39.62%
G = 14.04%
B = 46.35%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE49F1 (or 0xCE49F1) is known color: Medium Orchid. HEX triplet: CE, 49 and F1. RGB value is (206,73,241). Sum of RGB (Red+Green+Blue) = 206+73+241=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE49F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49F1 is #31B60E. Grayscale: #838383. Windows color (decimal): -3257871 or 15813070. OLE color: 15813070.

HSL color Cylindrical-coordinate representation of color #CE49F1: hue angle of 287.5º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE49F1 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 73 241 -
CMYK 0.15 0.70 0 0.05
HSL 287.5º 0.86% 0.62% -
HSV(B) 287.5º 0.7% 0.95% -
XYZ 43.71 24.24 85.59 -
YUV 131.92 189.56 180.84 -
System Red Green Blue C M Y K H S L
Decimal 206 73 241 0.15 0.70 0 0.05 287.5 0.86 0.62
Hex CE 49 F1 F 46 0 5 120 56 3E
Octal 316 111 361 17 106 0 5 440 126 76
Binary 11001110 1001001 11110001 1111 1000110 0 101 100100000 1010110 111110

Color Harmonies of #CE49F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49F1

Black with #CE49F1

Text Example


Text Example

White with #CE49F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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