Html Css Color HEX #D43AFF Medium Orchid

📋 copy color: '#D43AFF'

red 212 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #D43AFF

Tints of Medium Orchid #D43AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 40.38%
G = 11.05%
B = 48.57%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D43AFF (or 0xD43AFF) is known color: Medium Orchid. HEX triplet: D4, 3A and FF. RGB value is (212,58,255). Sum of RGB (Red+Green+Blue) = 212+58+255=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 58 (23.05% from 255 or 11.05% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #D43AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43AFF is #2BC500. Grayscale: #7D7D7D. Windows color (decimal): -2868481 or 16726740. OLE color: 16726740.

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

Color convert

RGB 212 58 255 -
CMYK 0.17 0.77 0 0
HSL 286.9º 1% 0.61% -
HSV(B) 286.9º 0.77% 1% -
XYZ 46.71 24.24 96.83 -
YUV 126.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 212 58 255 0.17 0.77 0 0 286.9 1 0.61
Hex D4 3A FF 11 4D 0 0 11F 64 3D
Octal 324 72 377 21 115 0 0 437 144 75
Binary 11010100 111010 11111111 10001 1001101 0 0 100011111 1100100 111101

Color Harmonies of #D43AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43AFF

Black with #D43AFF

Text Example


Text Example

White with #D43AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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