Html Css Color HEX #D04ADF Medium Orchid

📋 copy color: '#D04ADF'

red 208 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #D04ADF

Tints of Medium Orchid #D04ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 41.19%
G = 14.65%
B = 44.16%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D04ADF (or 0xD04ADF) is known color: Medium Orchid. HEX triplet: D0, 4A and DF. RGB value is (208,74,223). Sum of RGB (Red+Green+Blue) = 208+74+223=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #D04ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ADF is #2FB520. Grayscale: #828282. Windows color (decimal): -3126561 or 14633680. OLE color: 14633680.

HSL color Cylindrical-coordinate representation of color #D04ADF: hue angle of 293.96º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04ADF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 74 223 -
CMYK 0.07 0.67 0 0.13
HSL 293.96º 0.7% 0.58% -
HSV(B) 293.96º 0.67% 0.87% -
XYZ 41.78 23.64 72.17 -
YUV 131.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 208 74 223 0.07 0.67 0 0.13 293.96 0.7 0.58
Hex D0 4A DF 7 43 0 D 126 46 3A
Octal 320 112 337 7 103 0 15 446 106 72
Binary 11010000 1001010 11011111 111 1000011 0 1101 100100110 1000110 111010

Color Harmonies of #D04ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ADF

Black with #D04ADF

Text Example


Text Example

White with #D04ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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