Html Css Color HEX #CE55EC Medium Orchid

📋 copy color: '#CE55EC'

red 206 ◦ green 85 ◦ blue 236

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

Shades of Medium Orchid #CE55EC

Tints of Medium Orchid #CE55EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.13%

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 39.09%
G = 16.13%
B = 44.78%

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

#CE55EC (or 0xCE55EC) is known color: Medium Orchid. HEX triplet: CE, 55 and EC. RGB value is (206,85,236). Sum of RGB (Red+Green+Blue) = 206+85+236=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE55EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55EC is #31AA13. Grayscale: #898989. Windows color (decimal): -3254804 or 15488462. OLE color: 15488462.

HSL color Cylindrical-coordinate representation of color #CE55EC: hue angle of 288.08º degrees, saturation: 0.8, 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 #CE55EC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 85 236 -
CMYK 0.13 0.64 0 0.07
HSL 288.08º 0.8% 0.63% -
HSV(B) 288.08º 0.64% 0.93% -
XYZ 43.84 25.67 82 -
YUV 138.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 206 85 236 0.13 0.64 0 0.07 288.08 0.8 0.63
Hex CE 55 EC D 40 0 7 120 50 3F
Octal 316 125 354 15 100 0 7 440 120 77
Binary 11001110 1010101 11101100 1101 1000000 0 111 100100000 1010000 111111

Color Harmonies of #CE55EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55EC

Black with #CE55EC

Text Example


Text Example

White with #CE55EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55EC; }

 p { color: rgb(206,85,236); }

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

background-color css

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

 a { background-color: rgb(206,85,236); }

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

border-color css

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

 span { border-color: rgb(206,85,236); }

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