Html Css Color HEX #CE54EB Medium Orchid

📋 copy color: '#CE54EB'

red 206 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #CE54EB

Tints of Medium Orchid #CE54EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 39.24%
G = 16%
B = 44.76%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE54EB (or 0xCE54EB) is known color: Medium Orchid. HEX triplet: CE, 54 and EB. RGB value is (206,84,235). Sum of RGB (Red+Green+Blue) = 206+84+235=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE54EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE54EB is #31AB14. Grayscale: #898989. Windows color (decimal): -3255061 or 15422670. OLE color: 15422670.

HSL color Cylindrical-coordinate representation of color #CE54EB: hue angle of 288.48º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE54EB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 84 235 -
CMYK 0.12 0.64 0 0.08
HSL 288.48º 0.79% 0.63% -
HSV(B) 288.48º 0.64% 0.92% -
XYZ 43.62 25.46 81.21 -
YUV 137.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 206 84 235 0.12 0.64 0 0.08 288.48 0.79 0.63
Hex CE 54 EB C 40 0 8 120 4F 3F
Octal 316 124 353 14 100 0 10 440 117 77
Binary 11001110 1010100 11101011 1100 1000000 0 1000 100100000 1001111 111111

Color Harmonies of #CE54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54EB

Black with #CE54EB

Text Example


Text Example

White with #CE54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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