Html Css Color HEX #D244EF Medium Orchid

📋 copy color: '#D244EF'

red 210 ◦ green 68 ◦ blue 239

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

Shades of Medium Orchid #D244EF

Tints of Medium Orchid #D244EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 40.62%
G = 13.15%
B = 46.23%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D244EF (or 0xD244EF) is known color: Medium Orchid. HEX triplet: D2, 44 and EF. RGB value is (210,68,239). Sum of RGB (Red+Green+Blue) = 210+68+239=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #D244EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D244EF is #2DBB10. Grayscale: #818181. Windows color (decimal): -2997009 or 15680722. OLE color: 15680722.

HSL color Cylindrical-coordinate representation of color #D244EF: hue angle of 289.82º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D244EF is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 68 239 -
CMYK 0.12 0.72 0 0.06
HSL 289.82º 0.84% 0.6% -
HSV(B) 289.82º 0.72% 0.94% -
XYZ 44.23 24.07 83.98 -
YUV 129.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 210 68 239 0.12 0.72 0 0.06 289.82 0.84 0.6
Hex D2 44 EF C 48 0 6 122 54 3C
Octal 322 104 357 14 110 0 6 442 124 74
Binary 11010010 1000100 11101111 1100 1001000 0 110 100100010 1010100 111100

Color Harmonies of #D244EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D244EF

Black with #D244EF

Text Example


Text Example

White with #D244EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D244EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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