Html Css Color HEX #D240EE Medium Orchid

📋 copy color: '#D240EE'

red 210 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #D240EE

Tints of Medium Orchid #D240EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 41.02%
G = 12.5%
B = 46.48%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D240EE (or 0xD240EE) is known color: Medium Orchid. HEX triplet: D2, 40 and EE. RGB value is (210,64,238). Sum of RGB (Red+Green+Blue) = 210+64+238=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #D240EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D240EE is #2DBF11. Grayscale: #7E7E7E. Windows color (decimal): -2998034 or 15614162. OLE color: 15614162.

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

Color convert

RGB 210 64 238 -
CMYK 0.12 0.73 0 0.07
HSL 290.34º 0.84% 0.59% -
HSV(B) 290.34º 0.73% 0.93% -
XYZ 43.84 23.54 83.12 -
YUV 127.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 210 64 238 0.12 0.73 0 0.07 290.34 0.84 0.59
Hex D2 40 EE C 49 0 7 122 54 3B
Octal 322 100 356 14 111 0 7 442 124 73
Binary 11010010 1000000 11101110 1100 1001001 0 111 100100010 1010100 111011

Color Harmonies of #D240EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240EE

Black with #D240EE

Text Example


Text Example

White with #D240EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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