Html Css Color HEX #D051DE Medium Orchid

📋 copy color: '#D051DE'

red 208 ◦ green 81 ◦ blue 222

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

Shades of Medium Orchid #D051DE

Tints of Medium Orchid #D051DE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.85%

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

R = 40.7%
G = 15.85%
B = 43.44%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D051DE (or 0xD051DE) is known color: Medium Orchid. HEX triplet: D0, 51 and DE. RGB value is (208,81,222). Sum of RGB (Red+Green+Blue) = 208+81+222=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #D051DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051DE is #2FAE21. Grayscale: #868686. Windows color (decimal): -3124770 or 14569936. OLE color: 14569936.

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

Color convert

RGB 208 81 222 -
CMYK 0.06 0.64 0 0.13
HSL 294.04º 0.68% 0.59% -
HSV(B) 294.04º 0.64% 0.87% -
XYZ 42.14 24.57 71.63 -
YUV 135.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 208 81 222 0.06 0.64 0 0.13 294.04 0.68 0.59
Hex D0 51 DE 6 40 0 D 126 44 3B
Octal 320 121 336 6 100 0 15 446 104 73
Binary 11010000 1010001 11011110 110 1000000 0 1101 100100110 1000100 111011

Color Harmonies of #D051DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051DE

Black with #D051DE

Text Example


Text Example

White with #D051DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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