Html Css Color HEX #D24FED Medium Orchid

📋 copy color: '#D24FED'

red 210 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #D24FED

Tints of Medium Orchid #D24FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.02%

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 39.92%
G = 15.02%
B = 45.06%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D24FED (or 0xD24FED) is known color: Medium Orchid. HEX triplet: D2, 4F and ED. RGB value is (210,79,237). Sum of RGB (Red+Green+Blue) = 210+79+237=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #D24FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24FED is #2DB012. Grayscale: #878787. Windows color (decimal): -2994195 or 15552466. OLE color: 15552466.

HSL color Cylindrical-coordinate representation of color #D24FED: hue angle of 289.75º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24FED is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 79 237 -
CMYK 0.11 0.67 0 0.07
HSL 289.75º 0.81% 0.62% -
HSV(B) 289.75º 0.67% 0.93% -
XYZ 44.66 25.41 82.67 -
YUV 136.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 210 79 237 0.11 0.67 0 0.07 289.75 0.81 0.62
Hex D2 4F ED B 43 0 7 122 51 3E
Octal 322 117 355 13 103 0 7 442 121 76
Binary 11010010 1001111 11101101 1011 1000011 0 111 100100010 1010001 111110

Color Harmonies of #D24FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FED

Black with #D24FED

Text Example


Text Example

White with #D24FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FED; }

 p { color: rgb(210,79,237); }

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

background-color css

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

 a { background-color: rgb(210,79,237); }

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

border-color css

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

 span { border-color: rgb(210,79,237); }

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