Html Css Color HEX #CE53EF Medium Orchid

📋 copy color: '#CE53EF'

red 206 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #CE53EF

Tints of Medium Orchid #CE53EF

RGB

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

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

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

R = 39.02%
G = 15.72%
B = 45.27%

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

#CE53EF (or 0xCE53EF) is known color: Medium Orchid. HEX triplet: CE, 53 and EF. RGB value is (206,83,239). Sum of RGB (Red+Green+Blue) = 206+83+239=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE53EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53EF is #31AC10. Grayscale: #898989. Windows color (decimal): -3255313 or 15684558. OLE color: 15684558.

HSL color Cylindrical-coordinate representation of color #CE53EF: hue angle of 287.31º 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 #CE53EF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 83 239 -
CMYK 0.14 0.65 0 0.06
HSL 287.31º 0.83% 0.63% -
HSV(B) 287.31º 0.65% 0.94% -
XYZ 44.13 25.54 84.27 -
YUV 137.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 206 83 239 0.14 0.65 0 0.06 287.31 0.83 0.63
Hex CE 53 EF E 41 0 6 11F 53 3F
Octal 316 123 357 16 101 0 6 437 123 77
Binary 11001110 1010011 11101111 1110 1000001 0 110 100011111 1010011 111111

Color Harmonies of #CE53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53EF

Black with #CE53EF

Text Example


Text Example

White with #CE53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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