Html Css Color HEX #D43AEF Medium Orchid

📋 copy color: '#D43AEF'

red 212 ◦ green 58 ◦ blue 239

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

Shades of Medium Orchid #D43AEF

Tints of Medium Orchid #D43AEF

RGB

 RED value IS 212 (83.2% from 255) = 41.65%

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 41.65%
G = 11.39%
B = 46.95%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D43AEF (or 0xD43AEF) is known color: Medium Orchid. HEX triplet: D4, 3A and EF. RGB value is (212,58,239). Sum of RGB (Red+Green+Blue) = 212+58+239=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #D43AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43AEF is #2BC510. Grayscale: #7C7C7C. Windows color (decimal): -2868497 or 15678164. OLE color: 15678164.

HSL color Cylindrical-coordinate representation of color #D43AEF: hue angle of 291.05º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43AEF is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 58 239 -
CMYK 0.11 0.76 0 0.06
HSL 291.05º 0.85% 0.58% -
HSV(B) 291.05º 0.76% 0.94% -
XYZ 44.24 23.26 83.82 -
YUV 124.68 192.52 190.28 -
System Red Green Blue C M Y K H S L
Decimal 212 58 239 0.11 0.76 0 0.06 291.05 0.85 0.58
Hex D4 3A EF B 4C 0 6 123 55 3A
Octal 324 72 357 13 114 0 6 443 125 72
Binary 11010100 111010 11101111 1011 1001100 0 110 100100011 1010101 111010

Color Harmonies of #D43AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43AEF

Black with #D43AEF

Text Example


Text Example

White with #D43AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43AEF; }

 p { color: rgb(212,58,239); }

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

background-color css

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

 a { background-color: rgb(212,58,239); }

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

border-color css

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

 span { border-color: rgb(212,58,239); }

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