Html Css Color HEX #D047DE Medium Orchid

📋 copy color: '#D047DE'

red 208 ◦ green 71 ◦ blue 222

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

Shades of Medium Orchid #D047DE

Tints of Medium Orchid #D047DE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.17%

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

R = 41.52%
G = 14.17%
B = 44.31%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D047DE (or 0xD047DE) is known color: Medium Orchid. HEX triplet: D0, 47 and DE. RGB value is (208,71,222). Sum of RGB (Red+Green+Blue) = 208+71+222=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #D047DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047DE is #2FB821. Grayscale: #808080. Windows color (decimal): -3127330 or 14567376. OLE color: 14567376.

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

Color convert

RGB 208 71 222 -
CMYK 0.06 0.68 0 0.13
HSL 294.44º 0.7% 0.57% -
HSV(B) 294.44º 0.68% 0.87% -
XYZ 41.45 23.19 71.4 -
YUV 129.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 208 71 222 0.06 0.68 0 0.13 294.44 0.7 0.57
Hex D0 47 DE 6 44 0 D 126 46 39
Octal 320 107 336 6 104 0 15 446 106 71
Binary 11010000 1000111 11011110 110 1000100 0 1101 100100110 1000110 111001

Color Harmonies of #D047DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047DE

Black with #D047DE

Text Example


Text Example

White with #D047DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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