Html Css Color HEX #D133EF Medium Orchid

📋 copy color: '#D133EF'

red 209 ◦ green 51 ◦ blue 239

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

Shades of Medium Orchid #D133EF

Tints of Medium Orchid #D133EF

RGB

 RED value IS 209 (82.03% from 255) = 41.88%

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

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 41.88%
G = 10.22%
B = 47.9%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D133EF (or 0xD133EF) is known color: Medium Orchid. HEX triplet: D1, 33 and EF. RGB value is (209,51,239). Sum of RGB (Red+Green+Blue) = 209+51+239=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 51 (20.31% from 255 or 10.22% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #D133EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D133EF is #2ECC10. Grayscale: #777777. Windows color (decimal): -3066897 or 15676369. OLE color: 15676369.

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

Color convert

RGB 209 51 239 -
CMYK 0.13 0.79 0 0.06
HSL 290.43º 0.85% 0.57% -
HSV(B) 290.43º 0.79% 0.94% -
XYZ 43.06 22.15 83.67 -
YUV 119.67 195.35 191.71 -
System Red Green Blue C M Y K H S L
Decimal 209 51 239 0.13 0.79 0 0.06 290.43 0.85 0.57
Hex D1 33 EF D 4F 0 6 122 55 39
Octal 321 63 357 15 117 0 6 442 125 71
Binary 11010001 110011 11101111 1101 1001111 0 110 100100010 1010101 111001

Color Harmonies of #D133EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133EF

Black with #D133EF

Text Example


Text Example

White with #D133EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133EF; }

 p { color: rgb(209,51,239); }

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

background-color css

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

 a { background-color: rgb(209,51,239); }

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

border-color css

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

 span { border-color: rgb(209,51,239); }

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