Html Css Color HEX #CE53D6 Medium Orchid

📋 copy color: '#CE53D6'

red 206 ◦ green 83 ◦ blue 214

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

Shades of Medium Orchid #CE53D6

Tints of Medium Orchid #CE53D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 40.95%
G = 16.5%
B = 42.54%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE53D6 (or 0xCE53D6) is known color: Medium Orchid. HEX triplet: CE, 53 and D6. RGB value is (206,83,214). Sum of RGB (Red+Green+Blue) = 206+83+214=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE53D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53D6 is #31AC29. Grayscale: #868686. Windows color (decimal): -3255338 or 14046158. OLE color: 14046158.

HSL color Cylindrical-coordinate representation of color #CE53D6: hue angle of 296.34º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE53D6 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 83 214 -
CMYK 0.04 0.61 0 0.16
HSL 296.34º 0.62% 0.58% -
HSV(B) 296.34º 0.61% 0.84% -
XYZ 40.68 24.16 66.14 -
YUV 134.71 172.75 178.85 -
System Red Green Blue C M Y K H S L
Decimal 206 83 214 0.04 0.61 0 0.16 296.34 0.62 0.58
Hex CE 53 D6 4 3D 0 10 128 3E 3A
Octal 316 123 326 4 75 0 20 450 76 72
Binary 11001110 1010011 11010110 100 111101 0 10000 100101000 111110 111010

Color Harmonies of #CE53D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53D6

Black with #CE53D6

Text Example


Text Example

White with #CE53D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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