Html Css Color HEX #CE56DD Medium Orchid

📋 copy color: '#CE56DD'

red 206 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #CE56DD

Tints of Medium Orchid #CE56DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.76%

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 40.16%
G = 16.76%
B = 43.08%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE56DD (or 0xCE56DD) is known color: Medium Orchid. HEX triplet: CE, 56 and DD. RGB value is (206,86,221). Sum of RGB (Red+Green+Blue) = 206+86+221=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56DD is #31A922. Grayscale: #888888. Windows color (decimal): -3254563 or 14505678. OLE color: 14505678.

HSL color Cylindrical-coordinate representation of color #CE56DD: hue angle of 293.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE56DD is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 86 221 -
CMYK 0.07 0.61 0 0.13
HSL 293.33º 0.67% 0.6% -
HSV(B) 293.33º 0.61% 0.87% -
XYZ 41.83 25 71.03 -
YUV 137.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 206 86 221 0.07 0.61 0 0.13 293.33 0.67 0.6
Hex CE 56 DD 7 3D 0 D 125 43 3C
Octal 316 126 335 7 75 0 15 445 103 74
Binary 11001110 1010110 11011101 111 111101 0 1101 100100101 1000011 111100

Color Harmonies of #CE56DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56DD

Black with #CE56DD

Text Example


Text Example

White with #CE56DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56DD; }

 p { color: rgb(206,86,221); }

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

background-color css

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

 a { background-color: rgb(206,86,221); }

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

border-color css

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

 span { border-color: rgb(206,86,221); }

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