Html Css Color HEX #CE36EF Medium Orchid

📋 copy color: '#CE36EF'

red 206 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #CE36EF

Tints of Medium Orchid #CE36EF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.82%

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 41.28%
G = 10.82%
B = 47.9%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE36EF (or 0xCE36EF) is known color: Medium Orchid. HEX triplet: CE, 36 and EF. RGB value is (206,54,239). Sum of RGB (Red+Green+Blue) = 206+54+239=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36EF is #31C910. Grayscale: #777777. Windows color (decimal): -3262737 or 15677134. OLE color: 15677134.

HSL color Cylindrical-coordinate representation of color #CE36EF: hue angle of 289.3º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE36EF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 54 239 -
CMYK 0.14 0.77 0 0.06
HSL 289.3º 0.85% 0.57% -
HSV(B) 289.3º 0.77% 0.94% -
XYZ 42.35 21.99 83.67 -
YUV 120.54 194.86 188.96 -
System Red Green Blue C M Y K H S L
Decimal 206 54 239 0.14 0.77 0 0.06 289.3 0.85 0.57
Hex CE 36 EF E 4D 0 6 121 55 39
Octal 316 66 357 16 115 0 6 441 125 71
Binary 11001110 110110 11101111 1110 1001101 0 110 100100001 1010101 111001

Color Harmonies of #CE36EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36EF

Black with #CE36EF

Text Example


Text Example

White with #CE36EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36EF; }

 p { color: rgb(206,54,239); }

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

background-color css

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

 a { background-color: rgb(206,54,239); }

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

border-color css

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

 span { border-color: rgb(206,54,239); }

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