Html Css Color HEX #CE54ED Medium Orchid

📋 copy color: '#CE54ED'

red 206 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #CE54ED

Tints of Medium Orchid #CE54ED

RGB

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

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

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

R = 39.09%
G = 15.94%
B = 44.97%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE54ED (or 0xCE54ED) is known color: Medium Orchid. HEX triplet: CE, 54 and ED. RGB value is (206,84,237). Sum of RGB (Red+Green+Blue) = 206+84+237=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE54ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE54ED is #31AB12. Grayscale: #898989. Windows color (decimal): -3255059 or 15553742. OLE color: 15553742.

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

Color convert

RGB 206 84 237 -
CMYK 0.13 0.65 0 0.07
HSL 287.84º 0.81% 0.63% -
HSV(B) 287.84º 0.65% 0.93% -
XYZ 43.91 25.58 82.74 -
YUV 137.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 206 84 237 0.13 0.65 0 0.07 287.84 0.81 0.63
Hex CE 54 ED D 41 0 7 120 51 3F
Octal 316 124 355 15 101 0 7 440 121 77
Binary 11001110 1010100 11101101 1101 1000001 0 111 100100000 1010001 111111

Color Harmonies of #CE54ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54ED

Black with #CE54ED

Text Example


Text Example

White with #CE54ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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