Html Css Color HEX #D032ED Medium Orchid

📋 copy color: '#D032ED'

red 208 ◦ green 50 ◦ blue 237

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

Shades of Medium Orchid #D032ED

Tints of Medium Orchid #D032ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 42.02%
G = 10.1%
B = 47.88%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D032ED (or 0xD032ED) is known color: Medium Orchid. HEX triplet: D0, 32 and ED. RGB value is (208,50,237). Sum of RGB (Red+Green+Blue) = 208+50+237=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #D032ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D032ED is #2FCD12. Grayscale: #757575. Windows color (decimal): -3132691 or 15545040. OLE color: 15545040.

HSL color Cylindrical-coordinate representation of color #D032ED: hue angle of 290.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D032ED is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 50 237 -
CMYK 0.12 0.79 0 0.07
HSL 290.7º 0.84% 0.56% -
HSV(B) 290.7º 0.79% 0.93% -
XYZ 42.44 21.81 82.09 -
YUV 118.56 194.85 191.79 -
System Red Green Blue C M Y K H S L
Decimal 208 50 237 0.12 0.79 0 0.07 290.7 0.84 0.56
Hex D0 32 ED C 4F 0 7 123 54 38
Octal 320 62 355 14 117 0 7 443 124 70
Binary 11010000 110010 11101101 1100 1001111 0 111 100100011 1010100 111000

Color Harmonies of #D032ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032ED

Black with #D032ED

Text Example


Text Example

White with #D032ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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