Html Css Color HEX #D032DE Medium Orchid

📋 copy color: '#D032DE'

red 208 ◦ green 50 ◦ blue 222

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

Shades of Medium Orchid #D032DE

Tints of Medium Orchid #D032DE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.42%

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

R = 43.33%
G = 10.42%
B = 46.25%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D032DE (or 0xD032DE) is known color: Medium Orchid. HEX triplet: D0, 32 and DE. RGB value is (208,50,222). Sum of RGB (Red+Green+Blue) = 208+50+222=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #D032DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032DE is #2FCD21. Grayscale: #747474. Windows color (decimal): -3132706 or 14562000. OLE color: 14562000.

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

Color convert

RGB 208 50 222 -
CMYK 0.06 0.77 0 0.13
HSL 295.12º 0.72% 0.53% -
HSV(B) 295.12º 0.77% 0.87% -
XYZ 40.34 20.97 71.03 -
YUV 116.85 187.35 193.01 -
System Red Green Blue C M Y K H S L
Decimal 208 50 222 0.06 0.77 0 0.13 295.12 0.72 0.53
Hex D0 32 DE 6 4D 0 D 127 48 35
Octal 320 62 336 6 115 0 15 447 110 65
Binary 11010000 110010 11011110 110 1001101 0 1101 100100111 1001000 110101

Color Harmonies of #D032DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032DE

Black with #D032DE

Text Example


Text Example

White with #D032DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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