Html Css Color HEX #D437F2 Medium Orchid

📋 copy color: '#D437F2'

red 212 ◦ green 55 ◦ blue 242

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

Shades of Medium Orchid #D437F2

Tints of Medium Orchid #D437F2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.81%

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 41.65%
G = 10.81%
B = 47.54%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D437F2 (or 0xD437F2) is known color: Medium Orchid. HEX triplet: D4, 37 and F2. RGB value is (212,55,242). Sum of RGB (Red+Green+Blue) = 212+55+242=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 55 (21.88% from 255 or 10.81% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #D437F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D437F2 is #2BC80D. Grayscale: #7A7A7A. Windows color (decimal): -2869262 or 15874004. OLE color: 15874004.

HSL color Cylindrical-coordinate representation of color #D437F2: hue angle of 290.37º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D437F2 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 55 242 -
CMYK 0.12 0.77 0 0.05
HSL 290.37º 0.88% 0.58% -
HSV(B) 290.37º 0.77% 0.95% -
XYZ 44.54 23.14 86.12 -
YUV 123.26 195.01 191.29 -
System Red Green Blue C M Y K H S L
Decimal 212 55 242 0.12 0.77 0 0.05 290.37 0.88 0.58
Hex D4 37 F2 C 4D 0 5 122 58 3A
Octal 324 67 362 14 115 0 5 442 130 72
Binary 11010100 110111 11110010 1100 1001101 0 101 100100010 1011000 111010

Color Harmonies of #D437F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D437F2

Black with #D437F2

Text Example


Text Example

White with #D437F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D437F2; }

 p { color: rgb(212,55,242); }

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

background-color css

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

 a { background-color: rgb(212,55,242); }

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

border-color css

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

 span { border-color: rgb(212,55,242); }

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