Html Css Color HEX #CE53ED Medium Orchid

📋 copy color: '#CE53ED'

red 206 ◦ green 83 ◦ blue 237

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

Shades of Medium Orchid #CE53ED

Tints of Medium Orchid #CE53ED

RGB

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

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

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

R = 39.16%
G = 15.78%
B = 45.06%

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

#CE53ED (or 0xCE53ED) is known color: Medium Orchid. HEX triplet: CE, 53 and ED. RGB value is (206,83,237). Sum of RGB (Red+Green+Blue) = 206+83+237=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE53ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53ED is #31AC12. Grayscale: #888888. Windows color (decimal): -3255315 or 15553486. OLE color: 15553486.

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

Color convert

RGB 206 83 237 -
CMYK 0.13 0.65 0 0.07
HSL 287.92º 0.81% 0.63% -
HSV(B) 287.92º 0.65% 0.93% -
XYZ 43.83 25.42 82.72 -
YUV 137.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 206 83 237 0.13 0.65 0 0.07 287.92 0.81 0.63
Hex CE 53 ED D 41 0 7 120 51 3F
Octal 316 123 355 15 101 0 7 440 121 77
Binary 11001110 1010011 11101101 1101 1000001 0 111 100100000 1010001 111111

Color Harmonies of #CE53ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53ED

Black with #CE53ED

Text Example


Text Example

White with #CE53ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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