Html Css Color HEX #CE36EA Medium Orchid

📋 copy color: '#CE36EA'

red 206 ◦ green 54 ◦ blue 234

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

Shades of Medium Orchid #CE36EA

Tints of Medium Orchid #CE36EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 41.7%
G = 10.93%
B = 47.37%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE36EA (or 0xCE36EA) is known color: Medium Orchid. HEX triplet: CE, 36 and EA. RGB value is (206,54,234). Sum of RGB (Red+Green+Blue) = 206+54+234=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE36EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36EA is #31C915. Grayscale: #777777. Windows color (decimal): -3262742 or 15349454. OLE color: 15349454.

HSL color Cylindrical-coordinate representation of color #CE36EA: hue angle of 290.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE36EA is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 54 234 -
CMYK 0.12 0.77 0 0.08
HSL 290.67º 0.81% 0.56% -
HSV(B) 290.67º 0.77% 0.92% -
XYZ 41.62 21.7 79.84 -
YUV 119.97 192.36 189.36 -
System Red Green Blue C M Y K H S L
Decimal 206 54 234 0.12 0.77 0 0.08 290.67 0.81 0.56
Hex CE 36 EA C 4D 0 8 123 51 38
Octal 316 66 352 14 115 0 10 443 121 70
Binary 11001110 110110 11101010 1100 1001101 0 1000 100100011 1010001 111000

Color Harmonies of #CE36EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36EA

Black with #CE36EA

Text Example


Text Example

White with #CE36EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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