Html Css Color HEX #D244F6 Medium Orchid

📋 copy color: '#D244F6'

red 210 ◦ green 68 ◦ blue 246

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

Shades of Medium Orchid #D244F6

Tints of Medium Orchid #D244F6

RGB

 RED value IS 210 (82.42% from 255) = 40.08%

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

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

R = 40.08%
G = 12.98%
B = 46.95%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D244F6 (or 0xD244F6) is known color: Medium Orchid. HEX triplet: D2, 44 and F6. RGB value is (210,68,246). Sum of RGB (Red+Green+Blue) = 210+68+246=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 68 (26.95% from 255 or 12.98% 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 #D244F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D244F6 is #2DBB09. Grayscale: #828282. Windows color (decimal): -2997002 or 16139474. OLE color: 16139474.

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

Color convert

RGB 210 68 246 -
CMYK 0.15 0.72 0 0.04
HSL 287.87º 0.91% 0.62% -
HSV(B) 287.87º 0.72% 0.96% -
XYZ 45.28 24.49 89.53 -
YUV 130.75 193.04 184.53 -
System Red Green Blue C M Y K H S L
Decimal 210 68 246 0.15 0.72 0 0.04 287.87 0.91 0.62
Hex D2 44 F6 F 48 0 4 120 5B 3E
Octal 322 104 366 17 110 0 4 440 133 76
Binary 11010010 1000100 11110110 1111 1001000 0 100 100100000 1011011 111110

Color Harmonies of #D244F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D244F6

Black with #D244F6

Text Example


Text Example

White with #D244F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D244F6; }

 p { color: rgb(210,68,246); }

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

background-color css

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

 a { background-color: rgb(210,68,246); }

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

border-color css

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

 span { border-color: rgb(210,68,246); }

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