Html Css Color HEX #CE56ED Medium Orchid

📋 copy color: '#CE56ED'

red 206 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #CE56ED

Tints of Medium Orchid #CE56ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 38.94%
G = 16.26%
B = 44.8%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE56ED (or 0xCE56ED) is known color: Medium Orchid. HEX triplet: CE, 56 and ED. RGB value is (206,86,237). Sum of RGB (Red+Green+Blue) = 206+86+237=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE56ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56ED is #31A912. Grayscale: #8A8A8A. Windows color (decimal): -3254547 or 15554254. OLE color: 15554254.

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

Color convert

RGB 206 86 237 -
CMYK 0.13 0.64 0 0.07
HSL 287.68º 0.81% 0.63% -
HSV(B) 287.68º 0.64% 0.93% -
XYZ 44.07 25.89 82.8 -
YUV 139.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 206 86 237 0.13 0.64 0 0.07 287.68 0.81 0.63
Hex CE 56 ED D 40 0 7 120 51 3F
Octal 316 126 355 15 100 0 7 440 121 77
Binary 11001110 1010110 11101101 1101 1000000 0 111 100100000 1010001 111111

Color Harmonies of #CE56ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56ED

Black with #CE56ED

Text Example


Text Example

White with #CE56ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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