Html Css Color HEX #D24EEF Medium Orchid

📋 copy color: '#D24EEF'

red 210 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #D24EEF

Tints of Medium Orchid #D24EEF

RGB

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

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

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

R = 39.85%
G = 14.8%
B = 45.35%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D24EEF (or 0xD24EEF) is known color: Medium Orchid. HEX triplet: D2, 4E and EF. RGB value is (210,78,239). Sum of RGB (Red+Green+Blue) = 210+78+239=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #D24EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EEF is #2DB110. Grayscale: #878787. Windows color (decimal): -2994449 or 15683282. OLE color: 15683282.

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

Color convert

RGB 210 78 239 -
CMYK 0.12 0.67 0 0.06
HSL 289.19º 0.83% 0.62% -
HSV(B) 289.19º 0.67% 0.94% -
XYZ 44.88 25.38 84.2 -
YUV 135.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 210 78 239 0.12 0.67 0 0.06 289.19 0.83 0.62
Hex D2 4E EF C 43 0 6 121 53 3E
Octal 322 116 357 14 103 0 6 441 123 76
Binary 11010010 1001110 11101111 1100 1000011 0 110 100100001 1010011 111110

Color Harmonies of #D24EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EEF

Black with #D24EEF

Text Example


Text Example

White with #D24EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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