Html Css Color HEX #CE54EF Medium Orchid

📋 copy color: '#CE54EF'

red 206 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #CE54EF

Tints of Medium Orchid #CE54EF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.88%

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

R = 38.94%
G = 15.88%
B = 45.18%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE54EF (or 0xCE54EF) is known color: Medium Orchid. HEX triplet: CE, 54 and EF. RGB value is (206,84,239). Sum of RGB (Red+Green+Blue) = 206+84+239=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE54EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE54EF is #31AB10. Grayscale: #898989. Windows color (decimal): -3255057 or 15684814. OLE color: 15684814.

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

Color convert

RGB 206 84 239 -
CMYK 0.14 0.65 0 0.06
HSL 287.23º 0.83% 0.63% -
HSV(B) 287.23º 0.65% 0.94% -
XYZ 44.2 25.69 84.29 -
YUV 138.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 206 84 239 0.14 0.65 0 0.06 287.23 0.83 0.63
Hex CE 54 EF E 41 0 6 11F 53 3F
Octal 316 124 357 16 101 0 6 437 123 77
Binary 11001110 1010100 11101111 1110 1000001 0 110 100011111 1010011 111111

Color Harmonies of #CE54EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54EF

Black with #CE54EF

Text Example


Text Example

White with #CE54EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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