Html Css Color HEX #D248ED Medium Orchid

📋 copy color: '#D248ED'

red 210 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #D248ED

Tints of Medium Orchid #D248ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.87%

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

R = 40.46%
G = 13.87%
B = 45.66%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D248ED (or 0xD248ED) is known color: Medium Orchid. HEX triplet: D2, 48 and ED. RGB value is (210,72,237). Sum of RGB (Red+Green+Blue) = 210+72+237=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #D248ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D248ED is #2DB712. Grayscale: #838383. Windows color (decimal): -2995987 or 15550674. OLE color: 15550674.

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

Color convert

RGB 210 72 237 -
CMYK 0.11 0.70 0 0.07
HSL 290.18º 0.82% 0.61% -
HSV(B) 290.18º 0.7% 0.93% -
XYZ 44.18 24.45 82.51 -
YUV 132.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 210 72 237 0.11 0.70 0 0.07 290.18 0.82 0.61
Hex D2 48 ED B 46 0 7 122 52 3D
Octal 322 110 355 13 106 0 7 442 122 75
Binary 11010010 1001000 11101101 1011 1000110 0 111 100100010 1010010 111101

Color Harmonies of #D248ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248ED

Black with #D248ED

Text Example


Text Example

White with #D248ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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