Html Css Color HEX #D033DC Medium Orchid

📋 copy color: '#D033DC'

red 208 ◦ green 51 ◦ blue 220

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

Shades of Medium Orchid #D033DC

Tints of Medium Orchid #D033DC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.65%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 43.42%
G = 10.65%
B = 45.93%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D033DC (or 0xD033DC) is known color: Medium Orchid. HEX triplet: D0, 33 and DC. RGB value is (208,51,220). Sum of RGB (Red+Green+Blue) = 208+51+220=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #D033DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033DC is #2FCC23. Grayscale: #747474. Windows color (decimal): -3132452 or 14431184. OLE color: 14431184.

HSL color Cylindrical-coordinate representation of color #D033DC: hue angle of 295.74º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D033DC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 51 220 -
CMYK 0.05 0.77 0 0.14
HSL 295.74º 0.71% 0.53% -
HSV(B) 295.74º 0.77% 0.86% -
XYZ 40.11 20.94 69.64 -
YUV 117.21 186.01 192.76 -
System Red Green Blue C M Y K H S L
Decimal 208 51 220 0.05 0.77 0 0.14 295.74 0.71 0.53
Hex D0 33 DC 5 4D 0 E 128 47 35
Octal 320 63 334 5 115 0 16 450 107 65
Binary 11010000 110011 11011100 101 1001101 0 1110 100101000 1000111 110101

Color Harmonies of #D033DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033DC

Black with #D033DC

Text Example


Text Example

White with #D033DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033DC; }

 p { color: rgb(208,51,220); }

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

background-color css

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

 a { background-color: rgb(208,51,220); }

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

border-color css

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

 span { border-color: rgb(208,51,220); }

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