Html Css Color HEX #D242EA Medium Orchid

📋 copy color: '#D242EA'

red 210 ◦ green 66 ◦ blue 234

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

Shades of Medium Orchid #D242EA

Tints of Medium Orchid #D242EA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.94%

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

R = 41.18%
G = 12.94%
B = 45.88%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D242EA (or 0xD242EA) is known color: Medium Orchid. HEX triplet: D2, 42 and EA. RGB value is (210,66,234). Sum of RGB (Red+Green+Blue) = 210+66+234=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #D242EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242EA is #2DBD15. Grayscale: #7F7F7F. Windows color (decimal): -2997526 or 15352530. OLE color: 15352530.

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

Color convert

RGB 210 66 234 -
CMYK 0.10 0.72 0 0.08
HSL 291.43º 0.8% 0.59% -
HSV(B) 291.43º 0.72% 0.92% -
XYZ 43.38 23.54 80.1 -
YUV 128.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 210 66 234 0.10 0.72 0 0.08 291.43 0.8 0.59
Hex D2 42 EA A 48 0 8 123 50 3B
Octal 322 102 352 12 110 0 10 443 120 73
Binary 11010010 1000010 11101010 1010 1001000 0 1000 100100011 1010000 111011

Color Harmonies of #D242EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D242EA

Black with #D242EA

Text Example


Text Example

White with #D242EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D242EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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