Html Css Color HEX #D250ED Medium Orchid

📋 copy color: '#D250ED'

red 210 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #D250ED

Tints of Medium Orchid #D250ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.18%

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 39.85%
G = 15.18%
B = 44.97%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D250ED (or 0xD250ED) is known color: Medium Orchid. HEX triplet: D2, 50 and ED. RGB value is (210,80,237). Sum of RGB (Red+Green+Blue) = 210+80+237=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #D250ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D250ED is #2DAF12. Grayscale: #888888. Windows color (decimal): -2993939 or 15552722. OLE color: 15552722.

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

Color convert

RGB 210 80 237 -
CMYK 0.11 0.66 0 0.07
HSL 289.68º 0.81% 0.62% -
HSV(B) 289.68º 0.66% 0.93% -
XYZ 44.73 25.55 82.7 -
YUV 136.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 210 80 237 0.11 0.66 0 0.07 289.68 0.81 0.62
Hex D2 50 ED B 42 0 7 122 51 3E
Octal 322 120 355 13 102 0 7 442 121 76
Binary 11010010 1010000 11101101 1011 1000010 0 111 100100010 1010001 111110

Color Harmonies of #D250ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250ED

Black with #D250ED

Text Example


Text Example

White with #D250ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250ED; }

 p { color: rgb(210,80,237); }

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

background-color css

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

 a { background-color: rgb(210,80,237); }

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

border-color css

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

 span { border-color: rgb(210,80,237); }

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