Html Css Color HEX #CE53EE Medium Orchid

📋 copy color: '#CE53EE'

red 206 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #CE53EE

Tints of Medium Orchid #CE53EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.75%

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 39.09%
G = 15.75%
B = 45.16%

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

#CE53EE (or 0xCE53EE) is known color: Medium Orchid. HEX triplet: CE, 53 and EE. RGB value is (206,83,238). Sum of RGB (Red+Green+Blue) = 206+83+238=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53EE is #31AC11. Grayscale: #888888. Windows color (decimal): -3255314 or 15619022. OLE color: 15619022.

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

Color convert

RGB 206 83 238 -
CMYK 0.13 0.65 0 0.07
HSL 287.61º 0.82% 0.63% -
HSV(B) 287.61º 0.65% 0.93% -
XYZ 43.98 25.48 83.49 -
YUV 137.45 184.75 176.9 -
System Red Green Blue C M Y K H S L
Decimal 206 83 238 0.13 0.65 0 0.07 287.61 0.82 0.63
Hex CE 53 EE D 41 0 7 120 52 3F
Octal 316 123 356 15 101 0 7 440 122 77
Binary 11001110 1010011 11101110 1101 1000001 0 111 100100000 1010010 111111

Color Harmonies of #CE53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53EE

Black with #CE53EE

Text Example


Text Example

White with #CE53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53EE; }

 p { color: rgb(206,83,238); }

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

background-color css

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

 a { background-color: rgb(206,83,238); }

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

border-color css

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

 span { border-color: rgb(206,83,238); }

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