Html Css Color HEX #D43CF4 Medium Orchid

📋 copy color: '#D43CF4'

red 212 ◦ green 60 ◦ blue 244

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

Shades of Medium Orchid #D43CF4

Tints of Medium Orchid #D43CF4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.63%

 BLUE value IS 244 (95.7% from 255) = 47.29%

R = 41.09%
G = 11.63%
B = 47.29%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D43CF4 (or 0xD43CF4) is known color: Medium Orchid. HEX triplet: D4, 3C and F4. RGB value is (212,60,244). Sum of RGB (Red+Green+Blue) = 212+60+244=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #D43CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43CF4 is #2BC30B. Grayscale: #7D7D7D. Windows color (decimal): -2867980 or 16006356. OLE color: 16006356.

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

Color convert

RGB 212 60 244 -
CMYK 0.13 0.75 0 0.04
HSL 289.57º 0.89% 0.6% -
HSV(B) 289.57º 0.75% 0.96% -
XYZ 45.1 23.76 87.8 -
YUV 126.42 194.36 189.04 -
System Red Green Blue C M Y K H S L
Decimal 212 60 244 0.13 0.75 0 0.04 289.57 0.89 0.6
Hex D4 3C F4 D 4B 0 4 122 59 3C
Octal 324 74 364 15 113 0 4 442 131 74
Binary 11010100 111100 11110100 1101 1001011 0 100 100100010 1011001 111100

Color Harmonies of #D43CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CF4

Black with #D43CF4

Text Example


Text Example

White with #D43CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CF4; }

 p { color: rgb(212,60,244); }

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

background-color css

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

 a { background-color: rgb(212,60,244); }

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

border-color css

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

 span { border-color: rgb(212,60,244); }

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