Html Css Color HEX #CE53E1 Medium Orchid

📋 copy color: '#CE53E1'

red 206 ◦ green 83 ◦ blue 225

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

Shades of Medium Orchid #CE53E1

Tints of Medium Orchid #CE53E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.77%

R = 40.08%
G = 16.15%
B = 43.77%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE53E1 (or 0xCE53E1) is known color: Medium Orchid. HEX triplet: CE, 53 and E1. RGB value is (206,83,225). Sum of RGB (Red+Green+Blue) = 206+83+225=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE53E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53E1 is #31AC1E. Grayscale: #878787. Windows color (decimal): -3255327 or 14767054. OLE color: 14767054.

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

Color convert

RGB 206 83 225 -
CMYK 0.08 0.63 0 0.12
HSL 291.97º 0.7% 0.6% -
HSV(B) 291.97º 0.63% 0.88% -
XYZ 42.14 24.74 73.79 -
YUV 135.97 178.25 177.95 -
System Red Green Blue C M Y K H S L
Decimal 206 83 225 0.08 0.63 0 0.12 291.97 0.7 0.6
Hex CE 53 E1 8 3F 0 C 124 46 3C
Octal 316 123 341 10 77 0 14 444 106 74
Binary 11001110 1010011 11100001 1000 111111 0 1100 100100100 1000110 111100

Color Harmonies of #CE53E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53E1

Black with #CE53E1

Text Example


Text Example

White with #CE53E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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