Html Css Color HEX #D442F7 Medium Orchid

📋 copy color: '#D442F7'

red 212 ◦ green 66 ◦ blue 247

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

Shades of Medium Orchid #D442F7

Tints of Medium Orchid #D442F7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.57%

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

R = 40.38%
G = 12.57%
B = 47.05%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D442F7 (or 0xD442F7) is known color: Medium Orchid. HEX triplet: D4, 42 and F7. RGB value is (212,66,247). Sum of RGB (Red+Green+Blue) = 212+66+247=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #D442F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442F7 is #2BBD08. Grayscale: #818181. Windows color (decimal): -2866441 or 16204500. OLE color: 16204500.

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

Color convert

RGB 212 66 247 -
CMYK 0.14 0.73 0 0.03
HSL 288.4º 0.92% 0.61% -
HSV(B) 288.4º 0.73% 0.97% -
XYZ 45.89 24.61 90.33 -
YUV 130.29 193.87 186.28 -
System Red Green Blue C M Y K H S L
Decimal 212 66 247 0.14 0.73 0 0.03 288.4 0.92 0.61
Hex D4 42 F7 E 49 0 3 120 5C 3D
Octal 324 102 367 16 111 0 3 440 134 75
Binary 11010100 1000010 11110111 1110 1001001 0 11 100100000 1011100 111101

Color Harmonies of #D442F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442F7

Black with #D442F7

Text Example


Text Example

White with #D442F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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