Html Css Color HEX #D24DF0 Medium Orchid

📋 copy color: '#D24DF0'

red 210 ◦ green 77 ◦ blue 240

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

Shades of Medium Orchid #D24DF0

Tints of Medium Orchid #D24DF0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.61%

 BLUE value IS 240 (94.14% from 255) = 45.54%

R = 39.85%
G = 14.61%
B = 45.54%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D24DF0 (or 0xD24DF0) is known color: Medium Orchid. HEX triplet: D2, 4D and F0. RGB value is (210,77,240). Sum of RGB (Red+Green+Blue) = 210+77+240=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #D24DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24DF0 is #2DB20F. Grayscale: #868686. Windows color (decimal): -2994704 or 15748562. OLE color: 15748562.

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

Color convert

RGB 210 77 240 -
CMYK 0.12 0.68 0 0.06
HSL 288.96º 0.84% 0.62% -
HSV(B) 288.96º 0.68% 0.94% -
XYZ 44.96 25.3 84.95 -
YUV 135.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 210 77 240 0.12 0.68 0 0.06 288.96 0.84 0.62
Hex D2 4D F0 C 44 0 6 121 54 3E
Octal 322 115 360 14 104 0 6 441 124 76
Binary 11010010 1001101 11110000 1100 1000100 0 110 100100001 1010100 111110

Color Harmonies of #D24DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DF0

Black with #D24DF0

Text Example


Text Example

White with #D24DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DF0; }

 p { color: rgb(210,77,240); }

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

background-color css

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

 a { background-color: rgb(210,77,240); }

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

border-color css

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

 span { border-color: rgb(210,77,240); }

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