Html Css Color HEX #D536F6 Medium Orchid

📋 copy color: '#D536F6'

red 213 ◦ green 54 ◦ blue 246

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

Shades of Medium Orchid #D536F6

Tints of Medium Orchid #D536F6

RGB

 RED value IS 213 (83.59% from 255) = 41.52%

 GREEN value IS 54 (21.48% from 255) = 10.53%

 BLUE value IS 246 (96.48% from 255) = 47.95%

R = 41.52%
G = 10.53%
B = 47.95%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D536F6 (or 0xD536F6) is known color: Medium Orchid. HEX triplet: D5, 36 and F6. RGB value is (213,54,246). Sum of RGB (Red+Green+Blue) = 213+54+246=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 54 (21.48% from 255 or 10.53% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #D536F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D536F6 is #2AC909. Grayscale: #7A7A7A. Windows color (decimal): -2803978 or 16135893. OLE color: 16135893.

HSL color Cylindrical-coordinate representation of color #D536F6: hue angle of 289.69º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D536F6 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 54 246 -
CMYK 0.13 0.78 0 0.04
HSL 289.69º 0.91% 0.59% -
HSV(B) 289.69º 0.78% 0.96% -
XYZ 45.39 23.44 89.32 -
YUV 123.43 197.18 191.89 -
System Red Green Blue C M Y K H S L
Decimal 213 54 246 0.13 0.78 0 0.04 289.69 0.91 0.59
Hex D5 36 F6 D 4E 0 4 122 5B 3B
Octal 325 66 366 15 116 0 4 442 133 73
Binary 11010101 110110 11110110 1101 1001110 0 100 100100010 1011011 111011

Color Harmonies of #D536F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536F6

Black with #D536F6

Text Example


Text Example

White with #D536F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536F6; }

 p { color: rgb(213,54,246); }

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

background-color css

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

 a { background-color: rgb(213,54,246); }

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

border-color css

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

 span { border-color: rgb(213,54,246); }

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