Html Css Color HEX #D04DDE Medium Orchid

📋 copy color: '#D04DDE'

red 208 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #D04DDE

Tints of Medium Orchid #D04DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 41.03%
G = 15.19%
B = 43.79%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D04DDE (or 0xD04DDE) is known color: Medium Orchid. HEX triplet: D0, 4D and DE. RGB value is (208,77,222). Sum of RGB (Red+Green+Blue) = 208+77+222=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #D04DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DDE is #2FB221. Grayscale: #848484. Windows color (decimal): -3125794 or 14568912. OLE color: 14568912.

HSL color Cylindrical-coordinate representation of color #D04DDE: hue angle of 294.21º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04DDE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 77 222 -
CMYK 0.06 0.65 0 0.13
HSL 294.21º 0.69% 0.59% -
HSV(B) 294.21º 0.65% 0.87% -
XYZ 41.85 23.99 71.53 -
YUV 132.7 178.4 181.71 -
System Red Green Blue C M Y K H S L
Decimal 208 77 222 0.06 0.65 0 0.13 294.21 0.69 0.59
Hex D0 4D DE 6 41 0 D 126 45 3B
Octal 320 115 336 6 101 0 15 446 105 73
Binary 11010000 1001101 11011110 110 1000001 0 1101 100100110 1000101 111011

Color Harmonies of #D04DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DDE

Black with #D04DDE

Text Example


Text Example

White with #D04DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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