Html Css Color HEX #D442F6 Medium Orchid

📋 copy color: '#D442F6'

red 212 ◦ green 66 ◦ blue 246

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

Shades of Medium Orchid #D442F6

Tints of Medium Orchid #D442F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.95%

R = 40.46%
G = 12.6%
B = 46.95%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D442F6 (or 0xD442F6) is known color: Medium Orchid. HEX triplet: D4, 42 and F6. RGB value is (212,66,246). Sum of RGB (Red+Green+Blue) = 212+66+246=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #D442F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442F6 is #2BBD09. Grayscale: #818181. Windows color (decimal): -2866442 or 16138964. OLE color: 16138964.

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

Color convert

RGB 212 66 246 -
CMYK 0.14 0.73 0 0.04
HSL 288.67º 0.91% 0.61% -
HSV(B) 288.67º 0.73% 0.96% -
XYZ 45.73 24.55 89.52 -
YUV 130.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 212 66 246 0.14 0.73 0 0.04 288.67 0.91 0.61
Hex D4 42 F6 E 49 0 4 121 5B 3D
Octal 324 102 366 16 111 0 4 441 133 75
Binary 11010100 1000010 11110110 1110 1001001 0 100 100100001 1011011 111101

Color Harmonies of #D442F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442F6

Black with #D442F6

Text Example


Text Example

White with #D442F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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