Html Css Color HEX #D53AFC Medium Orchid

📋 copy color: '#D53AFC'

red 213 ◦ green 58 ◦ blue 252

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

Shades of Medium Orchid #D53AFC

Tints of Medium Orchid #D53AFC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.09%

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 40.73%
G = 11.09%
B = 48.18%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D53AFC (or 0xD53AFC) is known color: Medium Orchid. HEX triplet: D5, 3A and FC. RGB value is (213,58,252). Sum of RGB (Red+Green+Blue) = 213+58+252=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 58 (23.05% from 255 or 11.09% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #D53AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53AFC is #2AC503. Grayscale: #7D7D7D. Windows color (decimal): -2802948 or 16530133. OLE color: 16530133.

HSL color Cylindrical-coordinate representation of color #D53AFC: hue angle of 287.94º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53AFC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 58 252 -
CMYK 0.15 0.77 0 0.01
HSL 287.94º 0.97% 0.61% -
HSV(B) 287.94º 0.77% 0.99% -
XYZ 46.52 24.2 94.31 -
YUV 126.46 198.85 189.73 -
System Red Green Blue C M Y K H S L
Decimal 213 58 252 0.15 0.77 0 0.01 287.94 0.97 0.61
Hex D5 3A FC F 4D 0 1 120 61 3D
Octal 325 72 374 17 115 0 1 440 141 75
Binary 11010101 111010 11111100 1111 1001101 0 1 100100000 1100001 111101

Color Harmonies of #D53AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53AFC

Black with #D53AFC

Text Example


Text Example

White with #D53AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53AFC; }

 p { color: rgb(213,58,252); }

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

background-color css

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

 a { background-color: rgb(213,58,252); }

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

border-color css

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

 span { border-color: rgb(213,58,252); }

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