Html Css Color HEX #D24EEA Medium Orchid

📋 copy color: '#D24EEA'

red 210 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #D24EEA

Tints of Medium Orchid #D24EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 40.23%
G = 14.94%
B = 44.83%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D24EEA (or 0xD24EEA) is known color: Medium Orchid. HEX triplet: D2, 4E and EA. RGB value is (210,78,234). Sum of RGB (Red+Green+Blue) = 210+78+234=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #D24EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EEA is #2DB115. Grayscale: #868686. Windows color (decimal): -2994454 or 15355602. OLE color: 15355602.

HSL color Cylindrical-coordinate representation of color #D24EEA: hue angle of 290.77º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24EEA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 78 234 -
CMYK 0.10 0.67 0 0.08
HSL 290.77º 0.79% 0.61% -
HSV(B) 290.77º 0.67% 0.92% -
XYZ 44.15 25.09 80.36 -
YUV 135.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 210 78 234 0.10 0.67 0 0.08 290.77 0.79 0.61
Hex D2 4E EA A 43 0 8 123 4F 3D
Octal 322 116 352 12 103 0 10 443 117 75
Binary 11010010 1001110 11101010 1010 1000011 0 1000 100100011 1001111 111101

Color Harmonies of #D24EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EEA

Black with #D24EEA

Text Example


Text Example

White with #D24EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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