Html Css Color HEX #D248EE Medium Orchid

📋 copy color: '#D248EE'

red 210 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #D248EE

Tints of Medium Orchid #D248EE

RGB

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

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

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

R = 40.38%
G = 13.85%
B = 45.77%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D248EE (or 0xD248EE) is known color: Medium Orchid. HEX triplet: D2, 48 and EE. RGB value is (210,72,238). Sum of RGB (Red+Green+Blue) = 210+72+238=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #D248EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D248EE is #2DB711. Grayscale: #838383. Windows color (decimal): -2995986 or 15616210. OLE color: 15616210.

HSL color Cylindrical-coordinate representation of color #D248EE: hue angle of 289.88º degrees, saturation: 0.83, 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 #D248EE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 72 238 -
CMYK 0.12 0.70 0 0.07
HSL 289.88º 0.83% 0.61% -
HSV(B) 289.88º 0.7% 0.93% -
XYZ 44.33 24.51 83.28 -
YUV 132.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 210 72 238 0.12 0.70 0 0.07 289.88 0.83 0.61
Hex D2 48 EE C 46 0 7 122 53 3D
Octal 322 110 356 14 106 0 7 442 123 75
Binary 11010010 1001000 11101110 1100 1000110 0 111 100100010 1010011 111101

Color Harmonies of #D248EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248EE

Black with #D248EE

Text Example


Text Example

White with #D248EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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