Html Css Color HEX #D42FE3 Medium Orchid

📋 copy color: '#D42FE3'

red 212 ◦ green 47 ◦ blue 227

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

Shades of Medium Orchid #D42FE3

Tints of Medium Orchid #D42FE3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.67%

 BLUE value IS 227 (89.06% from 255) = 46.71%

R = 43.62%
G = 9.67%
B = 46.71%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D42FE3 (or 0xD42FE3) is known color: Medium Orchid. HEX triplet: D4, 2F and E3. RGB value is (212,47,227). Sum of RGB (Red+Green+Blue) = 212+47+227=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #D42FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FE3 is #2BD01C. Grayscale: #747474. Windows color (decimal): -2871325 or 14888916. OLE color: 14888916.

HSL color Cylindrical-coordinate representation of color #D42FE3: hue angle of 295º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42FE3 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 47 227 -
CMYK 0.07 0.79 0 0.11
HSL 295º 0.76% 0.54% -
HSV(B) 295º 0.79% 0.89% -
XYZ 42.03 21.58 74.62 -
YUV 116.86 190.16 195.86 -
System Red Green Blue C M Y K H S L
Decimal 212 47 227 0.07 0.79 0 0.11 295 0.76 0.54
Hex D4 2F E3 7 4F 0 B 127 4C 36
Octal 324 57 343 7 117 0 13 447 114 66
Binary 11010100 101111 11100011 111 1001111 0 1011 100100111 1001100 110110

Color Harmonies of #D42FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42FE3

Black with #D42FE3

Text Example


Text Example

White with #D42FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42FE3; }

 p { color: rgb(212,47,227); }

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

background-color css

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

 a { background-color: rgb(212,47,227); }

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

border-color css

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

 span { border-color: rgb(212,47,227); }

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