Html Css Color HEX #CE2EE1 Medium Orchid

📋 copy color: '#CE2EE1'

red 206 ◦ green 46 ◦ blue 225

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

Shades of Medium Orchid #CE2EE1

Tints of Medium Orchid #CE2EE1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.64%

 BLUE value IS 225 (88.28% from 255) = 47.17%

R = 43.19%
G = 9.64%
B = 47.17%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE2EE1 (or 0xCE2EE1) is known color: Medium Orchid. HEX triplet: CE, 2E and E1. RGB value is (206,46,225). Sum of RGB (Red+Green+Blue) = 206+46+225=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE2EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EE1 is #31D11E. Grayscale: #717171. Windows color (decimal): -3264799 or 14757582. OLE color: 14757582.

HSL color Cylindrical-coordinate representation of color #CE2EE1: hue angle of 293.63º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2EE1 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 46 225 -
CMYK 0.08 0.80 0 0.12
HSL 293.63º 0.75% 0.53% -
HSV(B) 293.63º 0.8% 0.88% -
XYZ 40.02 20.51 73.08 -
YUV 114.25 190.51 193.45 -
System Red Green Blue C M Y K H S L
Decimal 206 46 225 0.08 0.80 0 0.12 293.63 0.75 0.53
Hex CE 2E E1 8 50 0 C 126 4B 35
Octal 316 56 341 10 120 0 14 446 113 65
Binary 11001110 101110 11100001 1000 1010000 0 1100 100100110 1001011 110101

Color Harmonies of #CE2EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EE1

Black with #CE2EE1

Text Example


Text Example

White with #CE2EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EE1; }

 p { color: rgb(206,46,225); }

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

background-color css

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

 a { background-color: rgb(206,46,225); }

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

border-color css

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

 span { border-color: rgb(206,46,225); }

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