Html Css Color HEX #CE56EE Medium Orchid

📋 copy color: '#CE56EE'

red 206 ◦ green 86 ◦ blue 238

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

Shades of Medium Orchid #CE56EE

Tints of Medium Orchid #CE56EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 38.87%
G = 16.23%
B = 44.91%

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

#CE56EE (or 0xCE56EE) is known color: Medium Orchid. HEX triplet: CE, 56 and EE. RGB value is (206,86,238). Sum of RGB (Red+Green+Blue) = 206+86+238=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE56EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56EE is #31A911. Grayscale: #8A8A8A. Windows color (decimal): -3254546 or 15619790. OLE color: 15619790.

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

Color convert

RGB 206 86 238 -
CMYK 0.13 0.64 0 0.07
HSL 287.37º 0.82% 0.64% -
HSV(B) 287.37º 0.64% 0.93% -
XYZ 44.21 25.95 83.57 -
YUV 139.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 206 86 238 0.13 0.64 0 0.07 287.37 0.82 0.64
Hex CE 56 EE D 40 0 7 11F 52 40
Octal 316 126 356 15 100 0 7 437 122 100
Binary 11001110 1010110 11101110 1101 1000000 0 111 100011111 1010010 1000000

Color Harmonies of #CE56EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56EE

Black with #CE56EE

Text Example


Text Example

White with #CE56EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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