Html Css Color HEX #D240EA Medium Orchid

📋 copy color: '#D240EA'

red 210 ◦ green 64 ◦ blue 234

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

Shades of Medium Orchid #D240EA

Tints of Medium Orchid #D240EA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.6%

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

R = 41.34%
G = 12.6%
B = 46.06%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D240EA (or 0xD240EA) is known color: Medium Orchid. HEX triplet: D2, 40 and EA. RGB value is (210,64,234). Sum of RGB (Red+Green+Blue) = 210+64+234=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #D240EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D240EA is #2DBF15. Grayscale: #7E7E7E. Windows color (decimal): -2998038 or 15352018. OLE color: 15352018.

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

Color convert

RGB 210 64 234 -
CMYK 0.10 0.73 0 0.08
HSL 291.53º 0.8% 0.58% -
HSV(B) 291.53º 0.73% 0.92% -
XYZ 43.26 23.31 80.06 -
YUV 127.03 188.37 187.18 -
System Red Green Blue C M Y K H S L
Decimal 210 64 234 0.10 0.73 0 0.08 291.53 0.8 0.58
Hex D2 40 EA A 49 0 8 124 50 3A
Octal 322 100 352 12 111 0 10 444 120 72
Binary 11010010 1000000 11101010 1010 1001001 0 1000 100100100 1010000 111010

Color Harmonies of #D240EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240EA

Black with #D240EA

Text Example


Text Example

White with #D240EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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