Html Css Color HEX #CE31EE Medium Orchid

📋 copy color: '#CE31EE'

red 206 ◦ green 49 ◦ blue 238

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

Shades of Medium Orchid #CE31EE

Tints of Medium Orchid #CE31EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.94%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 41.78%
G = 9.94%
B = 48.28%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE31EE (or 0xCE31EE) is known color: Medium Orchid. HEX triplet: CE, 31 and EE. RGB value is (206,49,238). Sum of RGB (Red+Green+Blue) = 206+49+238=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE31EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE31EE is #31CE11. Grayscale: #747474. Windows color (decimal): -3264018 or 15610318. OLE color: 15610318.

HSL color Cylindrical-coordinate representation of color #CE31EE: hue angle of 289.84º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE31EE is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 49 238 -
CMYK 0.13 0.79 0 0.07
HSL 289.84º 0.85% 0.56% -
HSV(B) 289.84º 0.79% 0.93% -
XYZ 41.98 21.49 82.82 -
YUV 117.49 196.01 191.13 -
System Red Green Blue C M Y K H S L
Decimal 206 49 238 0.13 0.79 0 0.07 289.84 0.85 0.56
Hex CE 31 EE D 4F 0 7 122 55 38
Octal 316 61 356 15 117 0 7 442 125 70
Binary 11001110 110001 11101110 1101 1001111 0 111 100100010 1010101 111000

Color Harmonies of #CE31EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31EE

Black with #CE31EE

Text Example


Text Example

White with #CE31EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31EE; }

 p { color: rgb(206,49,238); }

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

background-color css

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

 a { background-color: rgb(206,49,238); }

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

border-color css

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

 span { border-color: rgb(206,49,238); }

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