Html Css Color HEX #D04DED Medium Orchid

📋 copy color: '#D04DED'

red 208 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #D04DED

Tints of Medium Orchid #D04DED

RGB

 RED value IS 208 (81.64% from 255) = 39.85%

 GREEN value IS 77 (30.47% from 255) = 14.75%

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

R = 39.85%
G = 14.75%
B = 45.4%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D04DED (or 0xD04DED) is known color: Medium Orchid. HEX triplet: D0, 4D and ED. RGB value is (208,77,237). Sum of RGB (Red+Green+Blue) = 208+77+237=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #D04DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04DED is #2FB212. Grayscale: #858585. Windows color (decimal): -3125779 or 15551952. OLE color: 15551952.

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

Color convert

RGB 208 77 237 -
CMYK 0.12 0.68 0 0.07
HSL 289.13º 0.82% 0.62% -
HSV(B) 289.13º 0.68% 0.93% -
XYZ 43.95 24.83 82.6 -
YUV 134.41 185.9 180.49 -
System Red Green Blue C M Y K H S L
Decimal 208 77 237 0.12 0.68 0 0.07 289.13 0.82 0.62
Hex D0 4D ED C 44 0 7 121 52 3E
Octal 320 115 355 14 104 0 7 441 122 76
Binary 11010000 1001101 11101101 1100 1000100 0 111 100100001 1010010 111110

Color Harmonies of #D04DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DED

Black with #D04DED

Text Example


Text Example

White with #D04DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DED; }

 p { color: rgb(208,77,237); }

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

background-color css

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

 a { background-color: rgb(208,77,237); }

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

border-color css

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

 span { border-color: rgb(208,77,237); }

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