Html Css Color HEX #D249EA Medium Orchid

📋 copy color: '#D249EA'

red 210 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #D249EA

Tints of Medium Orchid #D249EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.12%

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

R = 40.62%
G = 14.12%
B = 45.26%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D249EA (or 0xD249EA) is known color: Medium Orchid. HEX triplet: D2, 49 and EA. RGB value is (210,73,234). Sum of RGB (Red+Green+Blue) = 210+73+234=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #D249EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249EA is #2DB615. Grayscale: #838383. Windows color (decimal): -2995734 or 15354322. OLE color: 15354322.

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

Color convert

RGB 210 73 234 -
CMYK 0.10 0.69 0 0.08
HSL 291.06º 0.79% 0.6% -
HSV(B) 291.06º 0.69% 0.92% -
XYZ 43.81 24.41 80.24 -
YUV 132.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 210 73 234 0.10 0.69 0 0.08 291.06 0.79 0.6
Hex D2 49 EA A 45 0 8 123 4F 3C
Octal 322 111 352 12 105 0 10 443 117 74
Binary 11010010 1001001 11101010 1010 1000101 0 1000 100100011 1001111 111100

Color Harmonies of #D249EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249EA

Black with #D249EA

Text Example


Text Example

White with #D249EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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