Html Css Color HEX #CE2EE0 Medium Orchid

📋 copy color: '#CE2EE0'

red 206 ◦ green 46 ◦ blue 224

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

Shades of Medium Orchid #CE2EE0

Tints of Medium Orchid #CE2EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.06%

R = 43.28%
G = 9.66%
B = 47.06%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE2EE0 (or 0xCE2EE0) is known color: Medium Orchid. HEX triplet: CE, 2E and E0. RGB value is (206,46,224). Sum of RGB (Red+Green+Blue) = 206+46+224=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE2EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EE0 is #31D11F. Grayscale: #717171. Windows color (decimal): -3264800 or 14692046. OLE color: 14692046.

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

Color convert

RGB 206 46 224 -
CMYK 0.08 0.79 0 0.12
HSL 293.93º 0.74% 0.53% -
HSV(B) 293.93º 0.79% 0.88% -
XYZ 39.89 20.46 72.37 -
YUV 114.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 206 46 224 0.08 0.79 0 0.12 293.93 0.74 0.53
Hex CE 2E E0 8 4F 0 C 126 4A 35
Octal 316 56 340 10 117 0 14 446 112 65
Binary 11001110 101110 11100000 1000 1001111 0 1100 100100110 1001010 110101

Color Harmonies of #CE2EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EE0

Black with #CE2EE0

Text Example


Text Example

White with #CE2EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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