Html Css Color HEX #D04ADA Medium Orchid

📋 copy color: '#D04ADA'

red 208 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #D04ADA

Tints of Medium Orchid #D04ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.8%

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 41.6%
G = 14.8%
B = 43.6%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D04ADA (or 0xD04ADA) is known color: Medium Orchid. HEX triplet: D0, 4A and DA. RGB value is (208,74,218). Sum of RGB (Red+Green+Blue) = 208+74+218=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #D04ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ADA is #2FB525. Grayscale: #828282. Windows color (decimal): -3126566 or 14306000. OLE color: 14306000.

HSL color Cylindrical-coordinate representation of color #D04ADA: hue angle of 295.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04ADA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 74 218 -
CMYK 0.05 0.66 0 0.15
HSL 295.83º 0.66% 0.57% -
HSV(B) 295.83º 0.66% 0.85% -
XYZ 41.12 23.37 68.67 -
YUV 130.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 208 74 218 0.05 0.66 0 0.15 295.83 0.66 0.57
Hex D0 4A DA 5 42 0 F 128 42 39
Octal 320 112 332 5 102 0 17 450 102 71
Binary 11010000 1001010 11011010 101 1000010 0 1111 100101000 1000010 111001

Color Harmonies of #D04ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ADA

Black with #D04ADA

Text Example


Text Example

White with #D04ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ADA; }

 p { color: rgb(208,74,218); }

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

background-color css

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

 a { background-color: rgb(208,74,218); }

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

border-color css

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

 span { border-color: rgb(208,74,218); }

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