Html Css Color HEX #D444F7 Medium Orchid

📋 copy color: '#D444F7'

red 212 ◦ green 68 ◦ blue 247

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

Shades of Medium Orchid #D444F7

Tints of Medium Orchid #D444F7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.9%

 BLUE value IS 247 (96.88% from 255) = 46.87%

R = 40.23%
G = 12.9%
B = 46.87%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D444F7 (or 0xD444F7) is known color: Medium Orchid. HEX triplet: D4, 44 and F7. RGB value is (212,68,247). Sum of RGB (Red+Green+Blue) = 212+68+247=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #D444F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D444F7 is #2BBB08. Grayscale: #828282. Windows color (decimal): -2865929 or 16205012. OLE color: 16205012.

HSL color Cylindrical-coordinate representation of color #D444F7: hue angle of 288.27º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D444F7 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 68 247 -
CMYK 0.14 0.72 0 0.03
HSL 288.27º 0.92% 0.62% -
HSV(B) 288.27º 0.72% 0.97% -
XYZ 46.01 24.85 90.37 -
YUV 131.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 212 68 247 0.14 0.72 0 0.03 288.27 0.92 0.62
Hex D4 44 F7 E 48 0 3 120 5C 3E
Octal 324 104 367 16 110 0 3 440 134 76
Binary 11010100 1000100 11110111 1110 1001000 0 11 100100000 1011100 111110

Color Harmonies of #D444F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444F7

Black with #D444F7

Text Example


Text Example

White with #D444F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444F7; }

 p { color: rgb(212,68,247); }

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

background-color css

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

 a { background-color: rgb(212,68,247); }

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

border-color css

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

 span { border-color: rgb(212,68,247); }

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