Html Css Color HEX #CE53DF Medium Orchid

📋 copy color: '#CE53DF'

red 206 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #CE53DF

Tints of Medium Orchid #CE53DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 40.23%
G = 16.21%
B = 43.55%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE53DF (or 0xCE53DF) is known color: Medium Orchid. HEX triplet: CE, 53 and DF. RGB value is (206,83,223). Sum of RGB (Red+Green+Blue) = 206+83+223=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53DF is #31AC20. Grayscale: #878787. Windows color (decimal): -3255329 or 14635982. OLE color: 14635982.

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

Color convert

RGB 206 83 223 -
CMYK 0.08 0.63 0 0.13
HSL 292.71º 0.69% 0.6% -
HSV(B) 292.71º 0.63% 0.87% -
XYZ 41.87 24.64 72.36 -
YUV 135.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 206 83 223 0.08 0.63 0 0.13 292.71 0.69 0.6
Hex CE 53 DF 8 3F 0 D 125 45 3C
Octal 316 123 337 10 77 0 15 445 105 74
Binary 11001110 1010011 11011111 1000 111111 0 1101 100100101 1000101 111100

Color Harmonies of #CE53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53DF

Black with #CE53DF

Text Example


Text Example

White with #CE53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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