Html Css Color HEX #D24FEA Medium Orchid

📋 copy color: '#D24FEA'

red 210 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #D24FEA

Tints of Medium Orchid #D24FEA

RGB

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

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

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

R = 40.15%
G = 15.11%
B = 44.74%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D24FEA (or 0xD24FEA) is known color: Medium Orchid. HEX triplet: D2, 4F and EA. RGB value is (210,79,234). Sum of RGB (Red+Green+Blue) = 210+79+234=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #D24FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24FEA is #2DB015. Grayscale: #878787. Windows color (decimal): -2994198 or 15355858. OLE color: 15355858.

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

Color convert

RGB 210 79 234 -
CMYK 0.10 0.66 0 0.08
HSL 290.71º 0.79% 0.61% -
HSV(B) 290.71º 0.66% 0.92% -
XYZ 44.23 25.23 80.38 -
YUV 135.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 210 79 234 0.10 0.66 0 0.08 290.71 0.79 0.61
Hex D2 4F EA A 42 0 8 123 4F 3D
Octal 322 117 352 12 102 0 10 443 117 75
Binary 11010010 1001111 11101010 1010 1000010 0 1000 100100011 1001111 111101

Color Harmonies of #D24FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FEA

Black with #D24FEA

Text Example


Text Example

White with #D24FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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