Html Css Color HEX #D24EED Medium Orchid

📋 copy color: '#D24EED'

red 210 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #D24EED

Tints of Medium Orchid #D24EED

RGB

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

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

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

R = 40%
G = 14.86%
B = 45.14%

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

#D24EED (or 0xD24EED) is known color: Medium Orchid. HEX triplet: D2, 4E and ED. RGB value is (210,78,237). Sum of RGB (Red+Green+Blue) = 210+78+237=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #D24EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EED is #2DB112. Grayscale: #878787. Windows color (decimal): -2994451 or 15552210. OLE color: 15552210.

HSL color Cylindrical-coordinate representation of color #D24EED: hue angle of 289.81º degrees, saturation: 0.82, 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 #D24EED is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 78 237 -
CMYK 0.11 0.67 0 0.07
HSL 289.81º 0.82% 0.62% -
HSV(B) 289.81º 0.67% 0.93% -
XYZ 44.59 25.26 82.65 -
YUV 135.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 210 78 237 0.11 0.67 0 0.07 289.81 0.82 0.62
Hex D2 4E ED B 43 0 7 122 52 3E
Octal 322 116 355 13 103 0 7 442 122 76
Binary 11010010 1001110 11101101 1011 1000011 0 111 100100010 1010010 111110

Color Harmonies of #D24EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EED

Black with #D24EED

Text Example


Text Example

White with #D24EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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