Html Css Color HEX #D437F5 Medium Orchid

📋 copy color: '#D437F5'

red 212 ◦ green 55 ◦ blue 245

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

Shades of Medium Orchid #D437F5

Tints of Medium Orchid #D437F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.85%

R = 41.41%
G = 10.74%
B = 47.85%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D437F5 (or 0xD437F5) is known color: Medium Orchid. HEX triplet: D4, 37 and F5. RGB value is (212,55,245). Sum of RGB (Red+Green+Blue) = 212+55+245=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #D437F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D437F5 is #2BC80A. Grayscale: #7A7A7A. Windows color (decimal): -2869259 or 16070612. OLE color: 16070612.

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

Color convert

RGB 212 55 245 -
CMYK 0.13 0.78 0 0.04
HSL 289.58º 0.9% 0.59% -
HSV(B) 289.58º 0.78% 0.96% -
XYZ 45 23.32 88.52 -
YUV 123.6 196.51 191.05 -
System Red Green Blue C M Y K H S L
Decimal 212 55 245 0.13 0.78 0 0.04 289.58 0.9 0.59
Hex D4 37 F5 D 4E 0 4 122 5A 3B
Octal 324 67 365 15 116 0 4 442 132 73
Binary 11010100 110111 11110101 1101 1001110 0 100 100100010 1011010 111011

Color Harmonies of #D437F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D437F5

Black with #D437F5

Text Example


Text Example

White with #D437F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D437F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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