Html Css Color HEX #D24EF0 Medium Orchid

📋 copy color: '#D24EF0'

red 210 ◦ green 78 ◦ blue 240

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

Shades of Medium Orchid #D24EF0

Tints of Medium Orchid #D24EF0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.77%

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

R = 39.77%
G = 14.77%
B = 45.45%

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

#D24EF0 (or 0xD24EF0) is known color: Medium Orchid. HEX triplet: D2, 4E and F0. RGB value is (210,78,240). Sum of RGB (Red+Green+Blue) = 210+78+240=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #D24EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EF0 is #2DB10F. Grayscale: #878787. Windows color (decimal): -2994448 or 15748818. OLE color: 15748818.

HSL color Cylindrical-coordinate representation of color #D24EF0: hue angle of 288.89º 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 #D24EF0 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 78 240 -
CMYK 0.12 0.68 0 0.06
HSL 288.89º 0.84% 0.62% -
HSV(B) 288.89º 0.68% 0.94% -
XYZ 45.03 25.44 84.98 -
YUV 135.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 210 78 240 0.12 0.68 0 0.06 288.89 0.84 0.62
Hex D2 4E F0 C 44 0 6 121 54 3E
Octal 322 116 360 14 104 0 6 441 124 76
Binary 11010010 1001110 11110000 1100 1000100 0 110 100100001 1010100 111110

Color Harmonies of #D24EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EF0

Black with #D24EF0

Text Example


Text Example

White with #D24EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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