Html Css Color HEX #CE55EF Medium Orchid

📋 copy color: '#CE55EF'

red 206 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #CE55EF

Tints of Medium Orchid #CE55EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 38.87%
G = 16.04%
B = 45.09%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE55EF (or 0xCE55EF) is known color: Medium Orchid. HEX triplet: CE, 55 and EF. RGB value is (206,85,239). Sum of RGB (Red+Green+Blue) = 206+85+239=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55EF is #31AA10. Grayscale: #8A8A8A. Windows color (decimal): -3254801 or 15685070. OLE color: 15685070.

HSL color Cylindrical-coordinate representation of color #CE55EF: hue angle of 287.14º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE55EF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 85 239 -
CMYK 0.14 0.64 0 0.06
HSL 287.14º 0.83% 0.64% -
HSV(B) 287.14º 0.64% 0.94% -
XYZ 44.28 25.85 84.32 -
YUV 138.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 206 85 239 0.14 0.64 0 0.06 287.14 0.83 0.64
Hex CE 55 EF E 40 0 6 11F 53 40
Octal 316 125 357 16 100 0 6 437 123 100
Binary 11001110 1010101 11101111 1110 1000000 0 110 100011111 1010011 1000000

Color Harmonies of #CE55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55EF

Black with #CE55EF

Text Example


Text Example

White with #CE55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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