Html Css Color HEX #CE36DC Medium Orchid

📋 copy color: '#CE36DC'

red 206 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #CE36DC

Tints of Medium Orchid #CE36DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 42.92%
G = 11.25%
B = 45.83%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE36DC (or 0xCE36DC) is known color: Medium Orchid. HEX triplet: CE, 36 and DC. RGB value is (206,54,220). Sum of RGB (Red+Green+Blue) = 206+54+220=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE36DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36DC is #31C923. Grayscale: #757575. Windows color (decimal): -3262756 or 14431950. OLE color: 14431950.

HSL color Cylindrical-coordinate representation of color #CE36DC: hue angle of 294.94º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE36DC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 54 220 -
CMYK 0.06 0.75 0 0.14
HSL 294.94º 0.7% 0.54% -
HSV(B) 294.94º 0.75% 0.86% -
XYZ 39.69 20.93 69.66 -
YUV 118.37 185.36 190.5 -
System Red Green Blue C M Y K H S L
Decimal 206 54 220 0.06 0.75 0 0.14 294.94 0.7 0.54
Hex CE 36 DC 6 4B 0 E 127 46 36
Octal 316 66 334 6 113 0 16 447 106 66
Binary 11001110 110110 11011100 110 1001011 0 1110 100100111 1000110 110110

Color Harmonies of #CE36DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36DC

Black with #CE36DC

Text Example


Text Example

White with #CE36DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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