Html Css Color HEX #D242EC Medium Orchid

📋 copy color: '#D242EC'

red 210 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #D242EC

Tints of Medium Orchid #D242EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 41.02%
G = 12.89%
B = 46.09%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D242EC (or 0xD242EC) is known color: Medium Orchid. HEX triplet: D2, 42 and EC. RGB value is (210,66,236). Sum of RGB (Red+Green+Blue) = 210+66+236=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #D242EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242EC is #2DBD13. Grayscale: #7F7F7F. Windows color (decimal): -2997524 or 15483602. OLE color: 15483602.

HSL color Cylindrical-coordinate representation of color #D242EC: hue angle of 290.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D242EC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 66 236 -
CMYK 0.11 0.72 0 0.07
HSL 290.82º 0.82% 0.59% -
HSV(B) 290.82º 0.72% 0.93% -
XYZ 43.67 23.65 81.62 -
YUV 128.44 188.71 186.18 -
System Red Green Blue C M Y K H S L
Decimal 210 66 236 0.11 0.72 0 0.07 290.82 0.82 0.59
Hex D2 42 EC B 48 0 7 123 52 3B
Octal 322 102 354 13 110 0 7 443 122 73
Binary 11010010 1000010 11101100 1011 1001000 0 111 100100011 1010010 111011

Color Harmonies of #D242EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D242EC

Black with #D242EC

Text Example


Text Example

White with #D242EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D242EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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